mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various fixes
This commit is contained in:
parent
98d148e08d
commit
622f9d970a
48 changed files with 499 additions and 1876 deletions
|
|
@ -3785,8 +3785,6 @@ public final class WebAppController: ViewController, AttachmentContainable {
|
|||
if let ageBotUsername = self.context.currentAppConfiguration.with({ $0 }).data?["verify_age_bot_username"] as? String {
|
||||
if self.botAddress == ageBotUsername {
|
||||
return true
|
||||
} else if self.botAddress == "mod_bot" {
|
||||
return true
|
||||
}
|
||||
}
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue