Skip to content

add some more detailed check in Show Replies filter to fix #734

Tkvr requested to merge takver/soapbox-fe:deep-check-in-reply-filter into develop

This checks if a status has a mention in it, and starts with "@", it is no way perfect fix but covers the default behavior when most people uses Mastodon/Pleroma.

The case this patch won't cover is when a reply does not start with "@" or does not have a mention, which is technically possible but not most common.

Merge request reports