mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Re-enable voip
This commit is contained in:
parent
adbb6f6129
commit
c5614c77e4
@ -1489,10 +1489,6 @@ final class SharedApplicationContext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public func pushRegistry(_ registry: PKPushRegistry, didReceiveIncomingPushWith payload: PKPushPayload, for type: PKPushType) {
|
public func pushRegistry(_ registry: PKPushRegistry, didReceiveIncomingPushWith payload: PKPushPayload, for type: PKPushType) {
|
||||||
if "".isEmpty {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if #available(iOS 9.0, *) {
|
if #available(iOS 9.0, *) {
|
||||||
/*guard var encryptedPayload = payload.dictionaryPayload["p"] as? String else {
|
/*guard var encryptedPayload = payload.dictionaryPayload["p"] as? String else {
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user