This commit is contained in:
Carl Schwan
2023-10-05 11:13:09 +02:00
parent 87ef55215f
commit 2eb26ffbb3

View File

@@ -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")