summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-06-19 20:00:29 +0000
committerGitHub <noreply@github.com>2021-06-19 20:00:29 +0000
commit0f48b274c95150293bf8df27f828b848ff0f6788 (patch)
tree3c8a356c1f9c6727c9677df82dc0a92830eb4341
parentTranslated using Weblate (Esperanto) (diff)
parentadd avatar changed event support issue #550 (diff)
downloadnheko-0f48b274c95150293bf8df27f828b848ff0f6788.tar.xz
Merge pull request #614 from sfc-bhshipman/avatar_event_support
add avatar changed event support issue #550
-rw-r--r--resources/qml/delegates/MessageDelegate.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/qml/delegates/MessageDelegate.qml b/resources/qml/delegates/MessageDelegate.qml

index 9e076a7a..fe76ef88 100644 --- a/resources/qml/delegates/MessageDelegate.qml +++ b/resources/qml/delegates/MessageDelegate.qml
@@ -149,6 +149,14 @@ Item { } DelegateChoice { + roleValue: MtxEvent.Avatar + + NoticeMessage { + text: qsTr("%1 changed the room avatar").arg(model.data.userName) + } + } + + DelegateChoice { roleValue: MtxEvent.RoomCreate NoticeMessage {