4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Show time of message edits

This commit is contained in:
QuickMythril 2024-03-13 16:17:38 -04:00
parent 046c3832ad
commit 6df3aa1f33

View File

@ -1405,7 +1405,7 @@ class MessageTemplate extends LitElement {
edited = html` edited = html`
<span class="edited-message-style"> <span class="edited-message-style">
${translate('chatpage.cchange68')} ${translate('chatpage.cchange68')} <message-time timestamp=${this.messageObj.editedTimestamp}></message-time>
</span> </span>
`; `;