We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d80939a + 524c552 commit bc915e2Copy full SHA for bc915e2
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