mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Updates based on comments.
This commit is contained in:
@@ -222,9 +222,8 @@ 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
|
||||
@objc func editableHtmlTextMessage(for event: MXEvent) -> String {
|
||||
event.content["formatted_body"] as? String ?? event.content["body"] as? String ?? ""
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user