We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01c065f + fcf693d commit c308dfcCopy full SHA for c308dfc
changelogs/client_server/newsfragments/3233.clarification
@@ -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
@@ -10,7 +10,7 @@ properties:
10
description: A server-defined message.
11
replacement_room:
12
type: string
13
- description: The new room the client should be visiting.
+ description: The room ID of the new room the client should be visiting.
14
required:
15
- replacement_room
16
- body
0 commit comments