From 2e978cfa69a3d20b2148e3eed6579fa8a7c52bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 8 May 2026 11:00:03 +0200 Subject: [PATCH] Clarify user ID format in m.call.invite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/event-schemas/schema/m.call.invite.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/event-schemas/schema/m.call.invite.yaml b/data/event-schemas/schema/m.call.invite.yaml index 194420d7..3693e225 100644 --- a/data/event-schemas/schema/m.call.invite.yaml +++ b/data/event-schemas/schema/m.call.invite.yaml @@ -34,6 +34,8 @@ properties: type: string description: The ID of the user being called. If omitted, any user in the room can answer. x-addedInMatrixVersion: '1.7' + format: mx-user-id + pattern: "^@" sdp_stream_metadata: $ref: components/sdp_stream_metadata.yaml required: