Fix typo
This commit is contained in:
@@ -120,7 +120,7 @@ Loader {
|
|||||||
root.connection.room(targetRoomId).postHtmlMessage(root.plainText, root.htmlText.length > 0 ? root.htmlText : root.plainText)
|
root.connection.room(targetRoomId).postHtmlMessage(root.plainText, root.htmlText.length > 0 ? root.htmlText : root.plainText)
|
||||||
page.closeDialog()
|
page.closeDialog()
|
||||||
})
|
})
|
||||||
g
|
}
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
visible: author.isLocalUser || currentRoom.canSendState("redact")
|
visible: author.isLocalUser || currentRoom.canSendState("redact")
|
||||||
|
|||||||
Reference in New Issue
Block a user