Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Fix formatting in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtgmurray committed Dec 1, 2023
1 parent de2aeae commit 527a46d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion synapse/handlers/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,11 @@ async def shutdown_room(

# BEEPER HACK: Remove after we've cleaned up synapse bridges
if user_id.startswith("@_"):
logger.info("Skipping kicking %r from %r because it's a appservice user...", user_id, room_id)
logger.info(
"Skipping kicking %r from %r because it's a appservice user...",
user_id,
room_id,
)
continue

logger.info("Kicking %r from %r...", user_id, room_id)
Expand Down

0 comments on commit 527a46d

Please sign in to comment.