mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 11:50:56 +00:00
no message
This commit is contained in:
parent
38d03fb2ff
commit
fc1361c2af
@ -1103,7 +1103,7 @@ private func pollChannel(_ account: Account, peer: Peer, state: AccountMutableSt
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Logger.shared.log("State", "can't poll channel \(peer.id): can't create inputChannel")
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user