diff --git a/src/qml/MessageDelegateContextMenu.qml b/src/qml/MessageDelegateContextMenu.qml index 3b8d76a76..611b18201 100644 --- a/src/qml/MessageDelegateContextMenu.qml +++ b/src/qml/MessageDelegateContextMenu.qml @@ -120,7 +120,7 @@ Loader { root.connection.room(targetRoomId).postHtmlMessage(root.plainText, root.htmlText.length > 0 ? root.htmlText : root.plainText) page.closeDialog() }) - g + } }, Kirigami.Action { visible: author.isLocalUser || currentRoom.canSendState("redact")