SUMMARY I have some things filtered on Mastodon that do not show by accessing the instance in a browser, which is how I would like it in Tokodon. However, in Tokodon, I get a "Filtered: [rule name]" in my feed with a "Show anyway" link. I could see how some users would like for it to be this way, however, most of what I hide is stuff I would like to just not even know about, so I would rather not be shown this at all. Personally, I think a toggle for this behavior would be appropriate. Thanks for your time!
A possibly relevant merge request was started @ https://invent.kde.org/network/tokodon/-/merge_requests/265
Git commit 9e5ac42b7b39303ead708284f5d0ca126961bc15 by Joshua Goins. Committed on 20/06/2023 at 20:19. Pushed by carlschwan into branch 'master'. Respect the filter action, so users can completely hide filtered posts Up until now, we only hide filtered posts. But Mastodon supports another kind of filter action, which hides the posts as if they never existed. Now let's respect that option, and hide the posts. M +7 -1 src/timeline/post.cpp M +6 -0 src/timeline/post.h M +14 -2 src/timeline/timelinemodel.cpp https://invent.kde.org/network/tokodon/-/commit/9e5ac42b7b39303ead708284f5d0ca126961bc15