mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Merge 36b494e5b6 into 6e370e06d1
This commit is contained in:
commit
22f8497e86
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue