mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-03 05:04:33 +03:00
Fix interactive client not receiving updates
This commit is contained in:
parent
d98fd6a424
commit
ace44965f8
|
@ -52,7 +52,8 @@ class InteractiveTelegramClient(TelegramClient):
|
||||||
super().__init__(
|
super().__init__(
|
||||||
session_user_id, api_id, api_hash,
|
session_user_id, api_id, api_hash,
|
||||||
connection_mode=ConnectionMode.TCP_ABRIDGED,
|
connection_mode=ConnectionMode.TCP_ABRIDGED,
|
||||||
proxy=proxy
|
proxy=proxy,
|
||||||
|
update_workers=1
|
||||||
)
|
)
|
||||||
|
|
||||||
# Store all the found media in memory here,
|
# Store all the found media in memory here,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user