diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-08-31 21:53:12 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-09-11 19:35:31 -0400 |
commit | 3a86d44c1ebe2181dd274d0f9d72723c82ed205a (patch) | |
tree | 3dd69799e196c00ee887e38ee5bfc5b31790c753 /resources/qml/voip/PlaceCall.qml | |
parent | make lint (diff) | |
download | nheko-3a86d44c1ebe2181dd274d0f9d72723c82ed205a.tar.xz |
Finish getting all avatars jdenticonified
Diffstat (limited to 'resources/qml/voip/PlaceCall.qml')
-rw-r--r-- | resources/qml/voip/PlaceCall.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/voip/PlaceCall.qml b/resources/qml/voip/PlaceCall.qml index 97932cc9..c733012c 100644 --- a/resources/qml/voip/PlaceCall.qml +++ b/resources/qml/voip/PlaceCall.qml @@ -79,6 +79,7 @@ Popup { height: Nheko.avatarSize url: room.roomAvatarUrl.replace("mxc://", "image://MxcImage/") displayName: room.roomName + roomid: room.roomid onClicked: TimelineManager.openImageOverlay(room.avatarUrl(userid), room.data.eventId) } |