-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
Add option to subscribe to and pin reply threads #4680
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
Regarding #4678:
I think the git output is causing the misses, since it adds different definitions every time - 67 hits are from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
There are two changes in this PR. First, the option to change the subscription status of a reply thread is added. Secondly, a pin-button is added, like on user cards:
This adds the concept of a subscribed thread. If one is subscribed to a thread, new messages will be highlighted (requires the Subscribed Reply Threads highlight option). One can subscribe to threads through the popup and by participating in a thread (requires Subscribe to participated reply threads).