mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-04 23:13:43 +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.
|
||||
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…
Reference in a new issue