mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Don't catch up on reconnect and fix typo
The feature is not ready yet.
This commit is contained in:
@@ -321,8 +321,8 @@ class UpdateMethods(UserMethods):
|
||||
name)
|
||||
|
||||
async def _handle_auto_reconnect(self):
|
||||
# Upon reconnection, we want to send getState
|
||||
# for Telegram to keep sending us updates.
|
||||
# TODO Catch-up
|
||||
return
|
||||
try:
|
||||
self._log[__name__].info(
|
||||
'Asking for the current state after reconnect...')
|
||||
|
Reference in New Issue
Block a user