Skip to content

Hotfix: Discord not Purging People

Aaron Kable requested to merge aaronkable/allianceauth:hotfix-discord into master

Why

Discord Service is not purging people when they are moved between states. It does however update the groups and nickname to the new states configuration. Essentially breaking the State access system on this service.

How

As a Hotfix: Validate a User has perms before updates. If access should not be granted, queue up a delete task.

Merge request reports