Add new threadId parameters

This commit is contained in:
ismailgulek
2021-11-11 22:26:30 +03:00
parent e041b9003e
commit 7283a2c6e8
2 changed files with 6 additions and 6 deletions
@@ -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)