Fix assignement to wrong variable on ChatAction

This commit is contained in:
Lonami Exo 2018-03-18 10:24:48 +01:00
parent 7825994393
commit d379b26339

View File

@ -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