summary refs log tree commit diff
path: root/resources/qml/MessageView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/MessageView.qml')
-rw-r--r--resources/qml/MessageView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index 41d996c1..417a4f5a 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -65,7 +65,7 @@ Item {
             width: chat.delegateMaxWidth
             height: Math.max((section.item?.height ?? 0) + gridContainer.implicitHeight, 10)
             anchors.horizontalCenter: ListView.view.contentItem.horizontalCenter
-            room: chatRoot.roommodel
+            //room: chatRoot.roommodel
 
             required property var day
             required property bool isSender
@@ -203,7 +203,7 @@ Item {
 
                     color: type == MtxEvent.NoticeMessage ? palette.buttonText : palette.text
                     font.italic: type == MtxEvent.NoticeMessage
-                    formatted: formattedBody
+                    formatted: formattedBody + "a"
 
                     Layout.fillWidth: true
                     //Layout.maximumWidth: implicitWidth