mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-13 19:57:47 +02:00
Clarify Event ID string format in m.room.pinned_events
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
641214a37f
commit
b037f2896c
|
|
@ -11,6 +11,8 @@ properties:
|
|||
description: An ordered list of event IDs to pin.
|
||||
items:
|
||||
type: string
|
||||
format: mx-event-id
|
||||
pattern: "^$"
|
||||
type: array
|
||||
required:
|
||||
- pinned
|
||||
|
|
|
|||
Loading…
Reference in a new issue