mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various improvements
This commit is contained in:
@@ -258,7 +258,8 @@ private final class PendingPeerMediaUploadManagerImpl {
|
||||
message: message,
|
||||
cacheReferenceKey: nil,
|
||||
result: result,
|
||||
accountPeerId: accountPeerId
|
||||
accountPeerId: accountPeerId,
|
||||
pendingMessageEvent: { _ in }
|
||||
)
|
||||
|> deliverOn(queue)).start(completed: { [weak self, weak context] in
|
||||
guard let strongSelf = self, let initialContext = context else {
|
||||
|
||||
Reference in New Issue
Block a user