mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Adds a "unstar messages in topic foo" option to the topic sidebar popover, if there are any starred messages in that topic, known to the frontend. Altered existing "unstar all messages" confirmation modal to mention the topic name, in the case that it was opened by the topic sidebar codepath. This is just a v1, and will not unstar old messages from that topic, if they have not been fetched by the frontend. Fixes #12194 Co-authored-by: Abhijeet Bodas <abhijeetbodas2001@gmail.com>