Skip to content

Commit c308dfc

Browse files
turt2liverichvdh
authored andcommitted
Merge pull request #3233 from matrix-org/hs/explicit-room-id-for-tombstones
Explicitly call replacement_room a room ID
2 parents 01c065f + fcf693d commit c308dfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Explicitly state that `replacment_room` is a room ID in `m.room.tombstone` events.

data/event-schemas/schema/m.room.tombstone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ properties:
1010
description: A server-defined message.
1111
replacement_room:
1212
type: string
13-
description: The new room the client should be visiting.
13+
description: The room ID of the new room the client should be visiting.
1414
required:
1515
- replacement_room
1616
- body

0 commit comments

Comments
 (0)