mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
bug fixes
This commit is contained in:
parent
f1e9ae7796
commit
a47e6380f7
@ -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