-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request]: filters #200
Comments
Note that while issue 143 was about linguistic filters, I would also love it if Tuba could apply the keywords/strings filters I have configured in my Mastodon instance's account, so that I can have either CWs or hidden (depending on how they're configured) toots in the timelines, lists view, searches, user profiles views, conversations, etc. (depending, again, on how the filter was configured in terms of scope). It lets me be subscribed to various topics (hashtags and people) without drowning in some specific sub-topics that I don't care about. That's more complex than just language filtering, but I thought I'd mention it here since this ticket was titled very generically, so maybe you already had this in mind :) the Mastodon web UI already implements this, if it's any help in having some UI behavior reference. |
Hi, |
Okay so, I'll prioritize this for a second. I don't use filters so I need to know what's the expected implementation:
cc: @nekohayo (whenever you get some free time) |
and from #143:
Server-side, setting language filters only apply to public timelines (federated, local), not Home etc. And I agree with that for two reasons:
|
On #800 I went with the first option Screencast.from.2024-02-24.16-59-18.webmThough, from a GTK perspective, I'd rather do the same as elk (re-use the content warning widgets). My main concern however is that it might be too similar to the content warning one. 🤷 I'm okay with either so I'll leave it up to you all to decide |
I'm in the "hide all" camp, because when I hide something, I'm not interested in who posted about it, I just want it hidden (until I completely remove it once I'm certain that I don't have too many false positives). A toot hidden via filters should, in my opinion, look different than a CW. |
As I said earlier, I like knowing whose posts are being filtered, so I can decide if I want to see that post anyway. And being able to hide it back would be nice, in case seeing it was a mistake :) |
Language filters (the ones from the mastodon web settings) are NOT documented. I can mimic the request the web client does but it can change at any moment and it can break, so I'll not implement it for now. The design at the moment is close to Mastodon's. I'm not opposed to adding more info (like avi and name) but I'll iterate on it at a later point, just to merge filters and get them tested asap |
Describe the request
#143
Implementation Details
The text was updated successfully, but these errors were encountered: