From b5aeb2663c48c625291d172ee761d3fcbdba27e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 2 May 2026 10:02:08 +0200 Subject: [PATCH] Add regex for geo URI of m.location msgtype MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/event-schemas/schema/m.room.message$m.location.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/event-schemas/schema/m.room.message$m.location.yaml b/data/event-schemas/schema/m.room.message$m.location.yaml index bfe986d2..3f1b9c1c 100644 --- a/data/event-schemas/schema/m.room.message$m.location.yaml +++ b/data/event-schemas/schema/m.room.message$m.location.yaml @@ -14,6 +14,7 @@ properties: description: A [geo URI (RFC5870)](https://datatracker.ietf.org/doc/html/rfc5870) representing this location. type: string format: uri + pattern: "^geo:" msgtype: enum: - m.location