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

Explicitly call replacement_room a room ID
pull/3368/head
Travis Ralston 3 years ago committed by Richard van der Hoff
commit b0223b8bb8

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

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

Loading…
Cancel
Save