mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-13 11:47: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:
|
||||
type: string
|
||||
format: mx-event-id
|
||||
pattern: "^$"
|
||||
pattern: "^\\$"
|
||||
type: array
|
||||
required:
|
||||
- pinned
|
||||
|
|
|
|||
Loading…
Reference in a new issue