mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
* We show a "Click here to reveal." hyperlink in the hidden message dialog for user to click on and read a hidden message. * The "reveal" action is temporary, in the sense that a revealed message will again be hidden once the broswer tab reloads or if the user renarrows. * When a message is revealed, we make sure to show the sender of that message, even if it isn't the first message of it's group. This is because the first message of that message group (which would have otherwise shown the sender) can still be hidden. * Reactions and background color after revealing a message are the same as if the message hadn'e been hidden at all in the first place.
5 lines
166 B
Handlebars
5 lines
166 B
Handlebars
<em>
|
|
{{#tr}}This message was hidden because you have muted the sender. {{/tr}}
|
|
<a class="reveal_hidden_message">{{#tr}}Click here to reveal.{{/tr}}</a>
|
|
</em>
|