Merge pull request #614 from sfc-bhshipman/avatar_event_support

add avatar changed event support issue #550
This commit is contained in:
DeepBlueV7.X 2021-06-19 20:00:29 +00:00 committed by GitHub
commit 0f48b274c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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