summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-01-18 19:20:32 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-01-18 19:20:32 +0100
commit33e9c80c1be3d1709c2a84c1d935b9ac92de92e8 (patch)
treefc7c7ee05f90323eac3f7002ff03c77877e534a7
parentTry building only the qml gstreamer plugin in flatpak package (diff)
downloadnheko-33e9c80c1be3d1709c2a84c1d935b9ac92de92e8.tar.xz
Fix html in sidebar again
-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 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 }