this post was submitted on 07 Jan 2026
13 points (100.0% liked)
PieFed Meta
2132 readers
83 users here now
Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.
Wiki
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Doable, yep.
The only thing I'm a bit unsure about is the UI part. Currently we have a simple bell or no bell icon which toggles the notification setting. How do we add this functionality while keeping the old one? Toggle between 3 states? Or add (yet another) menu entry to the 3 dot menu?
That's how GitHub does it (multi status dropdown). It's not the exact same, but I'd guess it's a possibility.
I was thinking of a pair of actions to the three dot menu as it's likely to be a less used feature so doesn't need to be immediately accesible. One to enable following all replies, and one to disable. I'd make them separate, rather than a toggle, so you can force it on or off on all child comments.
When the user enables the flag, set it and the notify flag on that comment and all its existing children. When the user disables the flag, unset it and the notify flag on that comment and all it's children. This allows the user to clear the notify flag on any child comments, even if notify all isn't set.
When a reply is received to a comment with the flag set, set the flag and the notify flag on the new comment.