Merge pull request #614 from sfc-bhshipman/avatar_event_support

add avatar changed event support issue #550
pull/624/head
DeepBlueV7.X 4 years ago committed by GitHub
commit 0f48b274c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      resources/qml/delegates/MessageDelegate.qml

@ -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…
Cancel
Save