This commit is contained in:
Alexey 2026-06-09 19:58:22 +00:00 committed by GitHub
commit 22f8497e86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3334,7 +3334,7 @@ public final class WebAppController: ViewController, AttachmentContainable {
} else {
scheme = "https"
}
let url = URL(string: "\(scheme)://t.me/\(addressName)\(appName)?startapp&addToHomeScreen")!
let url = URL(string: "\(scheme)://t.me/\(addressName)\(appName)?startapp=addToHomeScreen")!
UIApplication.shared.open(url)
})
}