Fix event ID regex

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2026-05-01 09:13:49 +02:00
parent 373652ea0f
commit d7b1e507ae
No known key found for this signature in database
GPG key ID: F26F4BE20A08255B

View file

@ -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