mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
82038c4d5c
@ -617,7 +617,7 @@ func _internal_channelsForStories(account: Account) -> Signal<[Peer], NoError> {
|
||||
}
|
||||
}
|
||||
|
||||
if let cachedPeers {
|
||||
if let cachedPeers = cachedPeers {
|
||||
return .single(cachedPeers) |> then(remote)
|
||||
} else {
|
||||
return remote
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user