Merge commit 'bf3674c3b1318a81946c3bb36fbe3d68a1c65c59' into beta

This commit is contained in:
Ilya Laktyushin 2020-12-15 15:14:22 +04:00
commit 52e98e5326

View File

@ -653,7 +653,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
}
}, actionInteraction: GalleryControllerActionInteraction(openUrl: { [weak self] url, concealed in
if let strongSelf = self {
strongSelf.controllerInteraction?.openUrl(url, concealed, nil, nil)
strongSelf.openUrl(url, concealed: concealed, message: nil)
}
}, openUrlIn: { [weak self] url in
if let strongSelf = self {