metabolist / metatext

A free, open-source iOS Mastodon client.
https://metabolist.org/metatext
GNU General Public License v3.0
726 stars 101 forks source link

Filtered posts that should show with a warning are missing completely #200

Open csims opened 2 years ago

csims commented 2 years ago

Describe the bug Mastodon allows creating filters that handle multiple keywords, and can optionally hide any filtered content behind a warning with the filter title instead of hiding it completely (I'm not sure whether that's behavior that's new with Mastodon 4.0?). It appears that Metatext breaks out each keyword into its own filter, and also hides all filtered content instead of showing warnings.

To Reproduce Steps to reproduce the behavior:

  1. Create a filter in the Mastodon 4.0 web ui for content that should be hidden behind a warning
  2. With the web ui, find a post where that filter applies successfully with a warning
  3. With Metatext, find the place in the feed where that same filtered post should appear
  4. The filtered post is missing entirely in Metatext

Expected behavior I would expect similar behavior to the Mastodon web ui, which shows "Filtered: \<filter title>" with a button to toggle showing/hiding the post content

Screenshots Web UI:

Metatext: