bug fixes

This commit is contained in:
Mike Renoir 2023-09-09 13:04:44 +04:00
parent f1e9ae7796
commit a47e6380f7

View File

@ -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