forked from DGNum/gestioCOF
fix PermConsumerMixin
This commit is contained in:
parent
68c1b45342
commit
878c617cc7
1 changed files with 1 additions and 1 deletions
|
@ -112,4 +112,4 @@ class PermConsumerMixin:
|
||||||
|
|
||||||
def connection_groups(self, user, **kwargs):
|
def connection_groups(self, user, **kwargs):
|
||||||
"""`message.user` is available as `user` arg. Original behavior."""
|
"""`message.user` is available as `user` arg. Original behavior."""
|
||||||
super().connection_groups(user, user, **kwargs)
|
return super().connection_groups(user=user, **kwargs)
|
||||||
|
|
Loading…
Reference in a new issue