Don't catch up on reconnect and fix typo

The feature is not ready yet.
This commit is contained in:
Lonami Exo
2019-04-22 16:56:32 +02:00
parent 8868ce14e8
commit 4e783728f9
2 changed files with 3 additions and 3 deletions

View File

@@ -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...')