mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Remove StateCache and EntityCache
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user