summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@ymail.com>2022-04-19 22:33:53 +0200
committerNicolas Werner <nicolas.werner@ymail.com>2022-04-19 22:33:53 +0200
commit3b2f47c56f56ce03cad92df8b6bc8dc1f4b583f6 (patch)
tree3a23b0017458f31cc8bfe46a21cfbcb4951af591 /resources
parentExplicitly install the configured files (diff)
downloadnheko-3b2f47c56f56ce03cad92df8b6bc8dc1f4b583f6.tar.xz
Show changes in image packs in timeline
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/delegates/MessageDelegate.qml4
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 {