mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
edit is displayed in the WYSIWYG, but the send button still sends a new message instead of correcting the edit
This commit is contained in:
@@ -222,8 +222,11 @@ extension RoomDataSource {
|
||||
|
||||
return editableTextMessage
|
||||
}
|
||||
|
||||
|
||||
@objc func editableHtmlTextMessage(for event: MXEvent) -> String? {
|
||||
let body: String = event.content["formatted_body"] as? String ?? event.content["body"] as? String ?? ""
|
||||
return body
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Private Helpers
|
||||
|
||||
Reference in New Issue
Block a user