Add labs flag and strings

This commit is contained in:
David Langley
2022-10-08 11:57:13 +01:00
parent 921df774a5
commit 7624d82310
9 changed files with 92 additions and 14 deletions
@@ -56,7 +56,6 @@ extension RoomViewController {
///
/// - Parameter attributedTextMsg: the attributed text message
@objc func sendFormattedTextMessage(_ rawTextMsg: String, htmlMsg: String) {
let eventModified = self.roomDataSource.event(withEventId: customizedRoomDataSource?.selectedEventId)
self.setupRoomDataSource { roomDataSource in
guard let roomDataSource = roomDataSource as? RoomDataSource else { return }
roomDataSource.sendFormattedTextMessage(rawTextMsg, html: htmlMsg) { response in