diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-09-27 16:10:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 16:10:36 +0100 |
commit | bbe2a0f33916d7b01179c56b230307c46843625a (patch) | |
tree | 82c65476658d1a914b775d6580465f99e0cf73b0 /synapse/handlers/deactivate_account.py | |
parent | Update changelog.d/6125.feature (diff) | |
download | synapse-bbe2a0f33916d7b01179c56b230307c46843625a.tar.xz |
Update synapse/handlers/deactivate_account.py
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'synapse/handlers/deactivate_account.py')
-rw-r--r-- | synapse/handlers/deactivate_account.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/deactivate_account.py b/synapse/handlers/deactivate_account.py index 148d1424ca..5cf01479db 100644 --- a/synapse/handlers/deactivate_account.py +++ b/synapse/handlers/deactivate_account.py @@ -120,7 +120,7 @@ class DeactivateAccountHandler(BaseHandler): # parts users from rooms (if it isn't already running) self._start_user_parting() - # Reject all pending invites for the user, so that it doesn't show up in the + # Reject all pending invites for the user, so that they do not show up in the # invitees list of rooms. yield self._reject_pending_invites_for_user(user_id) |