diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml index a1abed00..40ecdd34 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml @@ -418,7 +418,7 @@ Page { color: roomItem.unimportantText font.pixelSize: fontMetrics.font.pixelSize * 0.9 elideWidth: width - fullText: lastMessage + fullText: TimelineManager.htmlEscape(lastMessage) textFormat: Text.RichText Layout.fillWidth: true }