mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-16 21:07:48 +02:00
Fix event ID regex
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
373652ea0f
commit
d7b1e507ae
|
|
@ -12,7 +12,7 @@ properties:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: mx-event-id
|
format: mx-event-id
|
||||||
pattern: "^$"
|
pattern: "^\\$"
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- pinned
|
- pinned
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue