diff --git a/kfet/utils.py b/kfet/utils.py index 6b709eb5..3d06bb0b 100644 --- a/kfet/utils.py +++ b/kfet/utils.py @@ -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)