Clarify "incomplete"

This commit is contained in:
Travis Ralston 2026-03-17 13:40:06 -06:00
parent 703d3fa81f
commit 629498cd98

View file

@ -17,8 +17,8 @@ for added protection.
{{% /boxes/note %}} {{% /boxes/note %}}
A room's Policy Server is designated by the [`m.room.policy`](#mroompolicy) state 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, event described below. If the state event is not set in the room or is missing
the room does *not* use a Policy Server. Similarly, if the server name in the state 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 event has zero joined users in the room, the room also does *not* use a Policy
Server. Server.