Merge branch 'develop' into mauroromito/fullscreen_mode_2

# Conflicts:
#	RiotSwiftUI/Modules/Room/Composer/View/Composer.swift
This commit is contained in:
Mauro Romito
2022-11-10 14:29:08 +01:00
61 changed files with 1045 additions and 287 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: