diff --git a/Riot/Modules/Room/RoomViewController.swift b/Riot/Modules/Room/RoomViewController.swift index 1acdf90f88..7ac56f0d23 100644 --- a/Riot/Modules/Room/RoomViewController.swift +++ b/Riot/Modules/Room/RoomViewController.swift @@ -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: diff --git a/changelog.d/6962.bugfix b/changelog.d/6962.bugfix new file mode 100644 index 0000000000..bacf915610 --- /dev/null +++ b/changelog.d/6962.bugfix @@ -0,0 +1 @@ +Fixed IRC-style message and commands support in Rich text editor