Summary: | Feature Request: Option to Completely Hide Filtered Posts | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | colettediskette |
Component: | general | Assignee: | Joshua Goins <josh> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | carl, josh |
Priority: | NOR | ||
Version First Reported In: | 23.04.2 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/tokodon/-/commit/9e5ac42b7b39303ead708284f5d0ca126961bc15 | Version Fixed In: | |
Sentry Crash Report: |
Description
colettediskette
2023-06-19 01:31:07 UTC
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 |