From 2794fc8e29a69e596478bc06a99d092f63f8b469 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Tue, 8 Jun 2021 17:10:41 +0100 Subject: [PATCH] Explicitly call replacement_room a room ID Fixes https://github.com/matrix-org/matrix-doc/issues/3232 --- data/event-schemas/schema/m.room.tombstone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/event-schemas/schema/m.room.tombstone.yaml b/data/event-schemas/schema/m.room.tombstone.yaml index 0fd8ba45..1c590e1f 100644 --- a/data/event-schemas/schema/m.room.tombstone.yaml +++ b/data/event-schemas/schema/m.room.tombstone.yaml @@ -10,7 +10,7 @@ properties: description: A server-defined message. replacement_room: type: string - description: The new room the client should be visiting. + description: The room ID of the new room the client should be visiting. required: - replacement_room - body