Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin 2023-07-19 17:30:42 +02:00
commit 6092883479

View File

@ -1420,7 +1420,7 @@ private final class CallDirectConnectionImpl: NSObject, OngoingCallDirectConnect
self.connection?.receiveMessage(completion: { [weak self] data, _, _, error in
assert(queue.isCurrent())
guard let self else {
guard let `self` = self else {
return
}