Skip to content
Snippets Groups Projects
Unverified Commit 0f48b274 authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #614 from sfc-bhshipman/avatar_event_support

add avatar changed event support issue #550
parents 9e2b5a10 d3c0392d
No related branches found
No related tags found
No related merge requests found
Pipeline #1233 passed
......@@ -148,6 +148,14 @@ Item {
}
DelegateChoice {
roleValue: MtxEvent.Avatar
NoticeMessage {
text: qsTr("%1 changed the room avatar").arg(model.data.userName)
}
}
DelegateChoice {
roleValue: MtxEvent.RoomCreate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment