Skip to content

Commit eb656df

Browse files
authored
Add missing x-addedInMatrixVersion to servers_in_room in v2/send_join (#1398)
* Add missing `x-addedInMatrixVersion` to `servers_in_room` in `v2/send_join` Signed-off-by: Kévin Commaille <[email protected]> * Add changelog Signed-off-by: Kévin Commaille <[email protected]> Signed-off-by: Kévin Commaille <[email protected]>
1 parent b8411b5 commit eb656df

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Extend `/_matrix/federation/v2/send_join` to allow omitting membership events, per [MSC3706](https://github.com/matrix-org/matrix-doc/pull/3706).

data/api/server-server/joins-v2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ paths:
255255
server's signature.
256256
servers_in_room:
257257
type: array
258+
x-addedInMatrixVersion: "1.6"
258259
description: |-
259260
**Required** if `members_omitted` is true.
260261

0 commit comments

Comments
 (0)