Merge pull request #614 from sfc-bhshipman/avatar_event_support
add avatar changed event support issue #550
This commit is contained in:
commit
0f48b274c9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user