Merge pull request #269 from QuickMythril/show-edit-time

Show time of message edits
This commit is contained in:
AlphaX-Projects
2024-03-15 09:05:43 +01:00
committed by GitHub

View File

@@ -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>
`;