Various fixes

This commit is contained in:
Ilya Laktyushin 2026-05-31 17:35:32 +02:00
parent 98d148e08d
commit 622f9d970a
48 changed files with 499 additions and 1876 deletions

View file

@ -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