fix PermConsumerMixin

This commit is contained in:
Aurélien Delobelle 2017-06-25 22:29:12 +02:00
parent 68c1b45342
commit 878c617cc7

View file

@ -112,4 +112,4 @@ class PermConsumerMixin:
def connection_groups(self, user, **kwargs):
"""`message.user` is available as `user` arg. Original behavior."""
super().connection_groups(user, user, **kwargs)
return super().connection_groups(user=user, **kwargs)