diff options
-rw-r--r-- | pydis_site/apps/home/signals.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/home/signals.py b/pydis_site/apps/home/signals.py index a5577f41..f0be3db2 100644 --- a/pydis_site/apps/home/signals.py +++ b/pydis_site/apps/home/signals.py @@ -92,7 +92,7 @@ class SignalListener: except DiscordUser.DoesNotExist: return - self._apply_groups(user, account, True) + self._apply_groups(user, account, deletion=True) def model_updated(self, sender: Type[DiscordUser], **kwargs) -> None: """Handle signals related to the updating of Discord User model entries.""" |