Skip to content
Snippets Groups Projects
Unverified Commit af92110c authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Update synapse/handlers/deactivate_account.py

parent bbe2a0f3
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,9 @@ class DeactivateAccountHandler(BaseHandler):
require_consent=False,
)
logger.info(
"Rejected invite for user %r in room %r", user_id, room.room_id
"Rejected invite for deactivated user %r in room %r",
user_id,
room.room_id,
)
except Exception:
logger.exception(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment