mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-06 16:03:42 +01:00
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:
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.
|
description: A server-defined message.
|
||||||
replacement_room:
|
replacement_room:
|
||||||
type: string
|
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:
|
required:
|
||||||
- replacement_room
|
- replacement_room
|
||||||
- body
|
- body
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue