[feat] "Don't Show User on Home Timeline" #349
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#349
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The idea
When it comes to controlling what posts you see on Akkoma, we have the following options: Block, Mute, and Unfollow.
I suggest adding a fourth option: "Hide User from Home Timeline."
This will effectively be a Mute that's limited only to the home timeline. However, if you navigate away from the home timeline, you will be able to see their posts again. For instance, when viewing their profile, reading through a threaded post, or viewing a custom list.
Proposed Implementation:
On the user's profile, right next to the Follow/Following button is a bell icon, which enables notifications when the user posts. Perhaps change that to a drop down selection, allowing the user to choose: "Don't show on home timeline" / "Normal" / "Notify about new posts"
The reasoning
My current situation:
I'm currently in a situation where I had a disagreement with someone, and don't wish to interact with them (including viewing their posts) unless it's relevant to the conversation.
Why not use another method?
Block: We're mutually part of a project, and so I cannot currently cut ties with the individual. Nor do I wish to fully cut ties with them in the long run.
Mute: I still need to be able to communicate with the user. If I can't see their replies to posts because they're muted, that means they're unable to communicate with me.
Unfollow: Many of their posts and replies are set to follower-only. This currently seems to be the best option for me, but would still result in not being able to see some of their replies to threaded posts, and I'm unsure what unfollowing would ultimately do to the relationship.
As such, I do feel like a "Don't Show on Home Timeline" button on a user's profile would be the best option. I would still be able to interact with this user, but only when it's relevant to the conversation, and when I'm mentally ready to interact with them.
Other potential use cases:
Have you searched for this feature request?
It seems this feature needs to be implemented on backend though