Remove StateCache and EntityCache

This commit is contained in:
Lonami Exo
2022-01-18 18:19:14 +01:00
parent 8fc08a0c96
commit 7142734fb4
5 changed files with 2 additions and 366 deletions

View File

@@ -375,8 +375,6 @@ async def log_out(self: 'TelegramClient') -> bool:
except errors.RPCError:
return False
self._state_cache.reset()
await self.disconnect()
return True