We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c69c3b9 + 82274c0 commit 2184f1fCopy full SHA for 2184f1f
Riot/Modules/Room/RoomViewController.swift
@@ -84,7 +84,7 @@ extension RoomViewController {
84
"event_id": eventModified.eventId
85
])
86
})
87
- } else {
+ } else if !self.send(asIRCStyleCommandIfPossible: rawTextMsg) {
88
roomDataSource.sendFormattedTextMessage(rawTextMsg, html: htmlMsg) { response in
89
switch response {
90
case .success:
changelog.d/6962.bugfix
@@ -0,0 +1 @@
1
+Fixed IRC-style message and commands support in Rich text editor
0 commit comments