add avatar changed event support issue #550

This commit is contained in:
BShipman 2021-06-19 14:11:58 -05:00
parent 9e2b5a1061
commit d3c0392def
1 changed files with 8 additions and 0 deletions

View File

@ -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