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

Add an unstable feature flag for separate add/bind 3pid APIs #6044

Merged
merged 5 commits into from Sep 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/6044.feature
@@ -0,0 +1 @@
Add an unstable feature flag for separate add/bind 3pid APIs.
2 changes: 2 additions & 0 deletions synapse/rest/client/versions.py
Expand Up @@ -63,6 +63,8 @@ def on_GET(self, request):
# verification itself, there is no need to ask the user for `id_server` to
# be supplied.
"m.require_identity_server": False,
# as per MSC2290
"m.separate_add_and_bind": True,
},
},
)
Expand Down