Allow re-hiding a revealed message from a muted sender.
See original GitHub issueIn 5d796987f20108552118b7598bb5a314583ee047 and 9f6ad779e401e43a4e28d870d77d8c2b43a78a35, we implemented message hiding for messages sent by muted users, and also allowed “revealing” a hidden message by clicking on it.
See the set_calculated_message_container_variables, reveal_hidden_message, _rerender_message functions in MessageListView for how this logic works.
We now also want a way to re-hide (that is hide again) a message after it has been revealed. A good interface for this would be adding a new row in the 3-dots menu for a message saying Hide this message or something similar whenever a message which is supposed to be hidden has been revealed. And then have a clickhandler which will just call rerender_message normally (that is, without passing in is_revealed).
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)

Top Related StackOverflow Question
Feel free to claim!
@zulipbot claim