summary refs log tree commit diff
path: root/resources/qml/RoomList.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-01-07 02:03:04 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-01-07 02:03:04 +0100
commit7f6c1136ffc08b973e82d19abc6bbe4b6b3b4431 (patch)
tree330a571de1481e599f588a68d83c152d0c2dff62 /resources/qml/RoomList.qml
parentNavigate to space when room is selected (diff)
downloadnheko-7f6c1136ffc08b973e82d19abc6bbe4b6b3b4431.tar.xz
Fix html in usernames
Diffstat (limited to 'resources/qml/RoomList.qml')
-rw-r--r--resources/qml/RoomList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml
index 24b62fd2..a1abed00 100644
--- a/resources/qml/RoomList.qml
+++ b/resources/qml/RoomList.qml
@@ -387,7 +387,7 @@ Page {
                             Layout.alignment: Qt.AlignBaseline
                             color: roomItem.importantText
                             elideWidth: width
-                            fullText: roomName
+                            fullText: TimelineManager.htmlEscape(roomName)
                             textFormat: Text.RichText
                             Layout.fillWidth: true
                         }