From dfdca3f9e04afd2046bcbabfd0ed12750b44c0e1 Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Fri, 9 Jun 2023 14:59:14 +0200 Subject: Apply suggestions from code review Co-authored-by: Eric Eastwood --- synapse/handlers/room.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/handlers/room.py') 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 -- cgit 1.5.1