Fixed IRC-style message and commands support in Rich text editor

This commit is contained in:
aringenbach
2022-10-27 10:55:42 +02:00
parent 10b107bc32
commit a43a21fe14
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ extension RoomViewController {
"event_id": eventModified.eventId
])
})
} else {
} else if !self.send(asIRCStyleCommandIfPossible: rawTextMsg) {
roomDataSource.sendFormattedTextMessage(rawTextMsg, html: htmlMsg) { response in
switch response {
case .success: