diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-06-09 14:59:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 14:59:14 +0200 |
commit | dfdca3f9e04afd2046bcbabfd0ed12750b44c0e1 (patch) | |
tree | acdbee8622913ad6b34905430f84df337a78cc2c /synapse/handlers/room.py | |
parent | Update synapse/handlers/pagination.py (diff) | |
download | synapse-dfdca3f9e04afd2046bcbabfd0ed12750b44c0e1.tar.xz |
Apply suggestions from code review
Co-authored-by: Eric Eastwood <erice@element.io>
Diffstat (limited to '')
-rw-r--r-- | synapse/handlers/room.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py index b7ebc0610b..f70eb15cff 100644 --- a/synapse/handlers/room.py +++ b/synapse/handlers/room.py @@ -1730,7 +1730,7 @@ class ShutdownRoomParams(TypedDict): If set to `true`, purge the given room from the database. force_purge: If set to `true`, the room will be purged from database - also if it fails to remove some users from room. + even if there are still users joined to the room. """ requester_user_id: str |