diff --git a/telethon/update_state.py b/telethon/update_state.py index 3ceb87cb..f9303258 100644 --- a/telethon/update_state.py +++ b/telethon/update_state.py @@ -51,7 +51,7 @@ class UpdateState: """Processes an update object. This method is normally called by the library itself. """ - if not self._polling or not self.handlers: + if not self._polling and not self.handlers: return with self._updates_lock: