summary refs log tree commit diff
path: root/resources/qml/RoomSettings.qml
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2021-09-14 18:39:57 -0400
committerJoseph Donofry <rubberduckie3554@gmail.com>2021-09-14 18:39:57 -0400
commitc7545cb455fb89a360c0da18cfc54f39168dcfcc (patch)
tree1c99597aa188251a492b1d3352b347634bb03fde /resources/qml/RoomSettings.qml
parentMerge pull request #721 from symphorien/hotlist (diff)
downloadnheko-c7545cb455fb89a360c0da18cfc54f39168dcfcc.tar.xz
Fix a few jdenticon bugs
Diffstat (limited to '')
-rw-r--r--resources/qml/RoomSettings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/RoomSettings.qml b/resources/qml/RoomSettings.qml

index 152567c8..6caf8790 100644 --- a/resources/qml/RoomSettings.qml +++ b/resources/qml/RoomSettings.qml
@@ -38,7 +38,7 @@ ApplicationWindow { Avatar { url: roomSettings.roomAvatarUrl.replace("mxc://", "image://MxcImage/") - roomid: roomSettings.roomid + roomid: roomSettings.roomId displayName: roomSettings.roomName height: 130 width: 130