mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-23 01:46:35 +03:00
Fix assignement to wrong variable on ChatAction
This commit is contained in:
parent
7825994393
commit
d379b26339
|
@ -876,7 +876,7 @@ class ChatAction(_EventBuilder):
|
||||||
except (TypeError, ValueError):
|
except (TypeError, ValueError):
|
||||||
missing = []
|
missing = []
|
||||||
|
|
||||||
self._user_peers = have + missing
|
self._users = have + missing
|
||||||
|
|
||||||
return self._users
|
return self._users
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user