-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Feature: Hide self-boosts #3534
Comments
This is meaningful and partly encouraged ("because there is no algorithm to do that for you"). If any this would be the Mastodon bug that this "group boosts period" is not configurable (it's fixed 40 posts, I believe). |
Yes, but we provide mechanisms to clean up the timeline in Tusky that are also not part of stock Mastodon (e.g., removing all replies, or all boosts). This would be no different. |
Some Mastodon posters have a annoying habit of boosting their own posts some time after they've posted them. No need to see the same toot over and over again. Therefore, add an option to show these self-boosts in the preferences (default: on). Fixes tuskyapp#3534
# Overview Some Mastodon posters have a annoying habit of boosting their own posts some time after they've posted them. No need to see the same toot over and over again. # Changes made - Add an additional option to the "Filters > Tabs" preference to show these self-boosts (default: on) - If "Show boosts" is turned off, self-boosts are automatically hidden. # Screenshot ***screen of "Filters > Tabs" preference*** before | after :--: | :--: | <image src="https://github.com/tuskyapp/Tusky/assets/62137820/16ed2f4a-0776-4f60-afe6-29827acf5bbd" width="300"> |<image src="https://github.com/tuskyapp/Tusky/assets/62137820/9d4e1457-f71d-440c-959f-b91f7433b29a" width="300" /> ***screen of Home Timeline*** ***switch-on(self-boosts are displayed)*** | ***swith-off(self-boosts are not displayed)*** :--: | :--: | <image src="https://github.com/tuskyapp/Tusky/assets/62137820/3bb80791-a81f-4cbc-98ad-8a14602e53a4" width="300" />|<image src="https://github.com/tuskyapp/Tusky/assets/62137820/a7964da8-d106-4209-b911-460ef8988831" width="300" /> # Related issue Fixes #3534
Some Mastodon posters, otherwise reasonable people, have a profoundly annoying habit of boosting their own posts some time after they've posted them.
I've seen it once, I don't need to see the thing again.
For example, https://federate.social/@mattblaze/110198915334716075
Add an additional option to the "Filters > Tabs" preference to show these self-boosts (default: on)
The text was updated successfully, but these errors were encountered: