mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-06-11 04:17:46 +02:00
Update Ghostgram features
This commit is contained in:
@@ -15,7 +15,8 @@ func _internal_getDeepLinkInfo(network: Network, path: String) -> Signal<DeepLin
|
||||
switch value {
|
||||
case .deepLinkInfoEmpty:
|
||||
return nil
|
||||
case let .deepLinkInfo(flags, message, entities):
|
||||
case let .deepLinkInfo(deepLinkInfoData):
|
||||
let (flags, message, entities) = (deepLinkInfoData.flags, deepLinkInfoData.message, deepLinkInfoData.entities)
|
||||
return DeepLinkInfo(message: message, entities: entities != nil ? messageTextEntitiesFromApiEntities(entities!) : [], updateApp: (flags & (1 << 0)) != 0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user