Skip to content

Fixed incorrect parameters for mumble update_groups call

Basraah requested to merge basraah:mumble-groups-fix into master

Celery Task.apply takes different arguments to Task.delay but unfortunately doesn't throw an exception when you get it wrong and it was failing silently.

Added test to ensure member groups are correctly applied after activate_mumble is called.

Merge request reports