mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Add new threadId parameters
This commit is contained in:
@@ -51,7 +51,7 @@ class ForwardingShareItemSender: NSObject, ShareItemSenderProtocol {
|
||||
dispatchGroup.enter()
|
||||
|
||||
var localEcho: MXEvent?
|
||||
room.sendMessage(withContent: event.content, localEcho: &localEcho) { result in
|
||||
room.sendMessage(withContent: event.content, threadId: nil, localEcho: &localEcho) { result in
|
||||
switch result {
|
||||
case .failure(let innerError):
|
||||
errors.append(innerError)
|
||||
|
||||
Reference in New Issue
Block a user