Merge branch 'master' into asyncio

This commit is contained in:
Lonami Exo 2018-03-18 10:24:57 +01:00
commit bcd5f8d4a1

View File

@ -880,7 +880,7 @@ class ChatAction(_EventBuilder):
except (TypeError, ValueError):
missing = []
self._user_peers = have + missing
self._users = have + missing
return self._users