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.
1 parent e7adfd5 commit 1913812Copy full SHA for 1913812
changelogs/server_server/3703.clarification
@@ -0,0 +1 @@
1
+Correct misleading text for `/send_join` response.
data/api/server-server/joins-v1.yaml
@@ -324,7 +324,7 @@ paths:
324
responses:
325
200:
326
description: |-
327
- The full state for the room, having accepted the join event.
+ The join event has been accepted into the room.
328
schema:
329
type: array
330
minItems: 2
data/api/server-server/joins-v2.yaml
@@ -184,7 +184,7 @@ paths:
184
}
185
186
187
188
189
$ref: "./definitions/send_join_response.yaml"
190
examples:
0 commit comments