Fix get_dialogs was not filling channels pts

This commit is contained in:
Lonami Exo
2022-09-27 11:31:41 +02:00
parent 105a7a7c56
commit bb98f4e68c
2 changed files with 4 additions and 2 deletions

View File

@@ -390,7 +390,6 @@ class TelegramBaseClient(abc.ABC):
self._updates_handle = None
self._keepalive_handle = None
self._last_request = time.time()
self._channel_pts = {}
self._no_updates = not receive_updates
# Used for non-sequential updates, in order to terminate all pending tasks on disconnect.