We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef0945 commit 37cfa36Copy full SHA for 37cfa36
src/templates/message.html
@@ -14,7 +14,7 @@
14
{[ if (o.is_encrypted) { ]}<span class="fa fa-lock"></span>{[ } ]}
15
</span>
16
{[ if (!o.is_me_message) { ]}<div class="chat-msg__body">{[ } ]}
17
- {[ if (o.received) { ]} <span class="fa fa-check chat-msg__receipt"></span> {[ } ]}
+ {[ if (o.received && !o.is_me_message) { ]} <span class="fa fa-check chat-msg__receipt"></span> {[ } ]}
18
{[ if (o.edited) { ]} <i title="{{{o.__('This message has been edited')}}}" class="fa fa-edit chat-msg__edit-modal"></i> {[ } ]}
19
{[ if (!o.is_me_message) { ]}<div class="chat-msg__message">{[ } ]}
20
{[ if (o.is_spoiler) { ]}
0 commit comments