diff --git a/TelegramCore/AccountStateManagementUtils.swift b/TelegramCore/AccountStateManagementUtils.swift index 037bb622d8..681cd2879f 100644 --- a/TelegramCore/AccountStateManagementUtils.swift +++ b/TelegramCore/AccountStateManagementUtils.swift @@ -1103,7 +1103,7 @@ private func pollChannel(_ account: Account, peer: Peer, state: AccountMutableSt } } else { Logger.shared.log("State", "can't poll channel \(peer.id): can't create inputChannel") - return single(state, NoError.self) + return single((state, true), NoError.self) } }