From 629498cd987443d3b26d24cb398443acef71f23f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 17 Mar 2026 13:40:06 -0600 Subject: [PATCH] Clarify "incomplete" --- content/client-server-api/modules/policy_servers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/policy_servers.md b/content/client-server-api/modules/policy_servers.md index 68ace27a..d35faa02 100644 --- a/content/client-server-api/modules/policy_servers.md +++ b/content/client-server-api/modules/policy_servers.md @@ -17,8 +17,8 @@ for added protection. {{% /boxes/note %}} A room's Policy Server is designated by the [`m.room.policy`](#mroompolicy) state -event described below. If the state event is not set in the room or is incomplete, -the room does *not* use a Policy Server. Similarly, if the server name in the state +event described below. If the state event is not set in the room or is missing +required fields, the room does *not* use a Policy Server. Similarly, if the server name in the state event has zero joined users in the room, the room also does *not* use a Policy Server.