mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #614 from sfc-bhshipman/avatar_event_support
add avatar changed event support issue #550
This commit is contained in:
commit
0f48b274c9
1 changed files with 8 additions and 0 deletions
|
@ -148,6 +148,14 @@ Item {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DelegateChoice {
|
||||||
|
roleValue: MtxEvent.Avatar
|
||||||
|
|
||||||
|
NoticeMessage {
|
||||||
|
text: qsTr("%1 changed the room avatar").arg(model.data.userName)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
DelegateChoice {
|
DelegateChoice {
|
||||||
roleValue: MtxEvent.RoomCreate
|
roleValue: MtxEvent.RoomCreate
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue