Fix sending command with Pills through RTE

This commit is contained in:
aringenbach
2023-04-21 17:13:03 +02:00
parent 92286ecb88
commit 3289733957
6 changed files with 59 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ extension RoomViewController {
"event_id": eventModified.eventId
])
})
} else if !self.send(asIRCStyleCommandIfPossible: rawTextMsg) {
} else {
roomDataSource.sendFormattedTextMessage(rawTextMsg, html: htmlMsg) { response in
switch response {
case .success: