Merge pull request #3233 from matrix-org/hs/explicit-room-id-for-tombstones

Explicitly call replacement_room a room ID
This commit is contained in:
Travis Ralston 2021-06-09 08:23:31 -06:00 committed by Richard van der Hoff
commit b0223b8bb8
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Explicitly state that `replacment_room` is a room ID in `m.room.tombstone` events.

View file

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