From efafa1c3cf7ffa92b72ee7fcaad3e2d35dc10f0b Mon Sep 17 00:00:00 2001 From: Kierre Date: Tue, 10 Mar 2026 17:39:11 -0500 Subject: [PATCH] Clarify that ACLs are case-insensitive --- data/event-schemas/schema/m.room.server_acl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/event-schemas/schema/m.room.server_acl.yaml b/data/event-schemas/schema/m.room.server_acl.yaml index da490452..9ae60114 100644 --- a/data/event-schemas/schema/m.room.server_acl.yaml +++ b/data/event-schemas/schema/m.room.server_acl.yaml @@ -62,7 +62,7 @@ properties: allow: type: array description: |- - The server names to allow in the room, excluding any port information. + The case-insensitive server names to allow in the room, excluding any port information. Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching). **This defaults to an empty list when not provided, effectively disallowing @@ -72,7 +72,7 @@ properties: deny: type: array description: |- - The server names to disallow in the room, excluding any port information. + The case-insensitive server names to disallow in the room, excluding any port information. Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching). This defaults to an empty list when not provided.