From 9ed38bcb66b1fa3ad92da4ac58315ebba868f127 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 9 Aug 2023 14:36:40 -0400 Subject: [PATCH] Clarify description of creator. Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- data/event-schemas/schema/m.room.create.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/event-schemas/schema/m.room.create.yaml b/data/event-schemas/schema/m.room.create.yaml index da7993ced..be0eb32f8 100644 --- a/data/event-schemas/schema/m.room.create.yaml +++ b/data/event-schemas/schema/m.room.create.yaml @@ -7,7 +7,7 @@ properties: properties: creator: description: |- - The `user_id` of the room creator. Only present in room versions 1 - 10. Starting with + The `user_id` of the room creator. **Required** for, and only present in, room versions 1 - 10. Starting with room version 11 the event `sender` should be used instead. type: string m.federate: