summary refs log tree commit diff
path: root/synapse/handlers/room.py
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-06-09 14:59:14 +0200
committerGitHub <noreply@github.com>2023-06-09 14:59:14 +0200
commitdfdca3f9e04afd2046bcbabfd0ed12750b44c0e1 (patch)
treeacdbee8622913ad6b34905430f84df337a78cc2c /synapse/handlers/room.py
parentUpdate synapse/handlers/pagination.py (diff)
downloadsynapse-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.py2
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