Fix html in sidebar again

pull/1304/head
Nicolas Werner 2 years ago
parent bbb551f222
commit 33e9c80c1b
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      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
}

Loading…
Cancel
Save