mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Adapt to send event api changes
This commit is contained in:
@@ -57,7 +57,7 @@ class TemplateRoomChatService: TemplateRoomChatServiceProtocol {
|
||||
// MARK: Public
|
||||
func send(textMessage: String) {
|
||||
var localEcho: MXEvent? = nil
|
||||
room.sendTextMessage(textMessage, localEcho: &localEcho, completion: { _ in })
|
||||
room.sendTextMessage(textMessage, threadId: nil, localEcho: &localEcho, completion: { _ in })
|
||||
}
|
||||
|
||||
// MARK: Private
|
||||
|
||||
Reference in New Issue
Block a user