mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
stars: Hide stars button on locally echoed messages.
This commit is contained in:
@@ -17,5 +17,7 @@
|
||||
</div>
|
||||
|
||||
<div class="star_container message_control_button {{#if msg/starred}}{{else}}empty-star{{/if}}" data-tooltip-template-id="{{#if msg/starred}}unstar{{else}}star{{/if}}-message-tooltip-template">
|
||||
{{#unless msg/locally_echoed}}
|
||||
<i role="button" tabindex="0" class="message-controls-icon star zulip-icon {{#if msg/starred}}zulip-icon-star-filled{{else}}zulip-icon-star{{/if}}"></i>
|
||||
{{/unless}}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user