Clarify string format of replaces_state

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2026-06-19 13:23:41 +02:00
parent 9e06ec46d4
commit 9aebfd0718
No known key found for this signature in database
GPG key ID: 03AEEC581F0139CE

View file

@ -124,6 +124,8 @@ properties:
by the local homeserver, and is only returned if the event is a state event. 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. Unlike `prev_content`, this field is included regardless of history visibility.
type: string type: string
format: mx-event-id
pattern: "^\\$"
x-addedInMatrixVersion: "1.19" x-addedInMatrixVersion: "1.19"
membership: membership:
description: | description: |