no message

This commit is contained in:
Peter 2017-02-22 22:42:11 +03:00
parent 38d03fb2ff
commit fc1361c2af

View File

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