diff options
author | Nicolas Werner <nicolas.werner@ymail.com> | 2022-04-19 22:33:53 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@ymail.com> | 2022-04-19 22:33:53 +0200 |
commit | 3b2f47c56f56ce03cad92df8b6bc8dc1f4b583f6 (patch) | |
tree | 3a23b0017458f31cc8bfe46a21cfbcb4951af591 /resources/qml/delegates/MessageDelegate.qml | |
parent | Explicitly install the configured files (diff) | |
download | nheko-3b2f47c56f56ce03cad92df8b6bc8dc1f4b583f6.tar.xz |
Show changes in image packs in timeline
Diffstat (limited to 'resources/qml/delegates/MessageDelegate.qml')
-rw-r--r-- | resources/qml/delegates/MessageDelegate.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/delegates/MessageDelegate.qml b/resources/qml/delegates/MessageDelegate.qml index 0e211ded..44da16bf 100644 --- a/resources/qml/delegates/MessageDelegate.qml +++ b/resources/qml/delegates/MessageDelegate.qml @@ -284,11 +284,12 @@ Item { isOnlyEmoji: false isReply: d.isReply isStateEvent: d.isStateEvent - formatted: qsTr("%1 changed the stickers and emotes in this room.").arg(d.userName) + formatted: d.relatedEventCacheBuster, room.formatImagePackEvent(d.eventId) } } + DelegateChoice { roleValue: MtxEvent.CanonicalAlias @@ -390,7 +391,6 @@ Item { } DelegateChoice { - // TODO: make a more complex formatter for the power levels. roleValue: MtxEvent.PowerLevels NoticeMessage { |