Skip to content
Snippets Groups Projects
Commit 2b071a2f authored by Andrew Morgan's avatar Andrew Morgan Committed by Richard van der Hoff
Browse files

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.
parent 78e8ec36
No related branches found
No related tags found
No related merge requests found
Add an unstable feature flag for separate add/bind 3pid APIs.
\ No newline at end of file
...@@ -63,6 +63,8 @@ class VersionsRestServlet(RestServlet): ...@@ -63,6 +63,8 @@ class VersionsRestServlet(RestServlet):
# verification itself, there is no need to ask the user for `id_server` to # verification itself, there is no need to ask the user for `id_server` to
# be supplied. # be supplied.
"m.require_identity_server": False, "m.require_identity_server": False,
# as per MSC2290
"m.separate_add_and_bind": True,
}, },
}, },
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment