Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2b071a2

Browse files
anoadragon453richvdh
authored andcommitted
Add an unstable feature flag for separate add/bind 3pid APIs (#6044)
Add a m.separate_add_and_bind flag set to True. See MSC2290's Backward Compatibility section for details.
1 parent 78e8ec3 commit 2b071a2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.d/6044.feature

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add an unstable feature flag for separate add/bind 3pid APIs.

synapse/rest/client/versions.py

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def on_GET(self, request):
6363
# verification itself, there is no need to ask the user for `id_server` to
6464
# be supplied.
6565
"m.require_identity_server": False,
66+
# as per MSC2290
67+
"m.separate_add_and_bind": True,
6668
},
6769
},
6870
)

0 commit comments

Comments
 (0)