Skip to content
Snippets Groups Projects
Commit d3c0392d authored by BShipman's avatar BShipman
Browse files

add avatar changed event support issue #550

parent 9e2b5a10
No related branches found
No related tags found
No related merge requests found
Pipeline #1232 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