Web app improvements

This commit is contained in:
Ilya Laktyushin 2022-04-05 16:59:36 +04:00
parent 45eb31ebc8
commit 94c269ec8c

View File

@ -14406,7 +14406,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
guard let peerId = self.chatLocation.peerId else {
return
}
self.context.sharedContext.openResolvedUrl(result, context: self.context, urlContext: .chat(peerId: peerId, updatedPresentationData: self.updatedPresentationData), navigationController: self.effectiveNavigationController, forceExternal: false, openPeer: { [weak self] peerId, navigation in
self.context.sharedContext.openResolvedUrl(result, context: self.context, urlContext: .chat(peerId: peerId, updatedPresentationData: self.updatedPresentationData), navigationController: self.effectiveNavigationController, forceExternal: forceExternal, openPeer: { [weak self] peerId, navigation in
guard let strongSelf = self else {
return
}