Add webapp test

This commit is contained in:
Ilya Laktyushin
2024-07-17 16:20:39 +04:00
parent ad35281263
commit ff306b0f89
3 changed files with 16 additions and 3 deletions

View File

@@ -346,8 +346,6 @@ public extension ChatControllerImpl {
}
self.attachmentController?.dismiss(animated: true, completion: nil)
let openBotApp: (Bool, Bool) -> Void = { [weak self] allowWrite, justInstalled in
guard let strongSelf = self else {
return