From 9aebfd071831625b7b0848466e952b31dae01fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 19 Jun 2026 13:23:41 +0200 Subject: [PATCH] Clarify string format of replaces_state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- .../client-server/definitions/client_event_without_room_id.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/api/client-server/definitions/client_event_without_room_id.yaml b/data/api/client-server/definitions/client_event_without_room_id.yaml index b8011ab1..02623c02 100644 --- a/data/api/client-server/definitions/client_event_without_room_id.yaml +++ b/data/api/client-server/definitions/client_event_without_room_id.yaml @@ -124,6 +124,8 @@ properties: by the local homeserver, and is only returned if the event is a state event. Unlike `prev_content`, this field is included regardless of history visibility. type: string + format: mx-event-id + pattern: "^\\$" x-addedInMatrixVersion: "1.19" membership: description: |