Rename MatrixClient.send_markdown() to send_text
Because it deals with text command parsing too
This commit is contained in:
@@ -169,7 +169,7 @@ Rectangle {
|
||||
if (textArea.text === "") { return }
|
||||
|
||||
let args = [chatPage.roomId, toSend]
|
||||
py.callClientCoro(writingUserId, "send_markdown", args)
|
||||
py.callClientCoro(writingUserId, "send_text", args)
|
||||
|
||||
area.clear()
|
||||
})
|
||||
|
Reference in New Issue
Block a user