From 23134d8e724a1985741961b5c3a0c5bb76f0cf67 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 16 Nov 2024 12:34:47 -0500 Subject: [PATCH] Make sure RoomInformation's source is type url (cherry picked from commit 554801dfe4ebf032cd79be6903db4ce59fd2c340) --- src/qml/RoomInformation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/RoomInformation.qml b/src/qml/RoomInformation.qml index 71dfd18ae..12e03f920 100644 --- a/src/qml/RoomInformation.qml +++ b/src/qml/RoomInformation.qml @@ -219,7 +219,7 @@ QQC2.ScrollView { required property int index required property string name required property string userId - required property string avatar + required property url avatar required property int powerLevel required property string powerLevelString