mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Update notification service
This commit is contained in:
@@ -136,10 +136,10 @@ public func parseInternalUrl(query: String) -> ParsedInternalUrl? {
|
||||
return .peerName(peerName, .groupBotStart(value))
|
||||
} else if queryItem.name == "game" {
|
||||
return nil
|
||||
} else if queryItem.name == "voicechat" {
|
||||
} else if queryItem.name == "voicechat" || queryItem.name == "videochat" || queryItem.name == "livestream" {
|
||||
return .peerName(peerName, .voiceChat(value))
|
||||
}
|
||||
} else if queryItem.name == "voicechat" {
|
||||
} else if queryItem.name == "voicechat" || queryItem.name == "videochat" || queryItem.name == "livestream" {
|
||||
return .peerName(peerName, .voiceChat(nil))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user