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
commit 443c47bb94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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