mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Merge pull request #269 from QuickMythril/show-edit-time
Show time of message edits
This commit is contained in:
commit
443c47bb94
@ -1405,7 +1405,7 @@ class MessageTemplate extends LitElement {
|
||||
|
||||
edited = html`
|
||||
<span class="edited-message-style">
|
||||
${translate('chatpage.cchange68')}
|
||||
${translate('chatpage.cchange68')} <message-time timestamp=${this.messageObj.editedTimestamp}></message-time>
|
||||
</span>
|
||||
`;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user