mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
bug fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user