mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-20 03:56:38 +00: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):
|
||||
missing = []
|
||||
|
||||
self._user_peers = have + missing
|
||||
self._users = have + missing
|
||||
|
||||
return self._users
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user