diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/RoomList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |