summary refs log tree commit diff
path: root/resources/qml/components
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-08-31 21:53:12 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-09-11 19:35:31 -0400
commit3a86d44c1ebe2181dd274d0f9d72723c82ed205a (patch)
tree3dd69799e196c00ee887e38ee5bfc5b31790c753 /resources/qml/components
parentmake lint (diff)
downloadnheko-3a86d44c1ebe2181dd274d0f9d72723c82ed205a.tar.xz
Finish getting all avatars jdenticonified
Diffstat (limited to 'resources/qml/components')
-rw-r--r--resources/qml/components/AvatarListTile.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/components/AvatarListTile.qml b/resources/qml/components/AvatarListTile.qml
index 36c26a97..853266c6 100644
--- a/resources/qml/components/AvatarListTile.qml
+++ b/resources/qml/components/AvatarListTile.qml
@@ -23,6 +23,8 @@ Rectangle {
     required property int index
     required property int selectedIndex
     property bool crop: true
+    property alias roomid: avatar.roomid
+    property alias userid: avatar.userid
 
     color: background
     height: avatarSize + 2 * Nheko.paddingMedium