diff options
author | 3nprob <74199244+3nprob@users.noreply.github.com> | 2022-07-29 10:29:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 10:29:23 +0000 |
commit | 98fb610cc043e4f6ba77f78aaecef6b646bf61d6 (patch) | |
tree | 2df94e4838427834202db01ed0bb1574d4a1556d /tests/rest | |
parent | Explain less-known term 'Implicit TLS' (diff) | |
download | synapse-98fb610cc043e4f6ba77f78aaecef6b646bf61d6.tar.xz |
Revert "Drop support for delegating email validation (#13192)" (#13406)
Reverts commit fa71bb18b527d1a3e2629b48640ea67fff2f8c59, and tweaks documentation. Signed-off-by: 3nprob <git@3n.anonaddy.com>
Diffstat (limited to 'tests/rest')
-rw-r--r-- | tests/rest/client/test_register.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/test_register.py b/tests/rest/client/test_register.py index 071b488cc0..f8e64ce6ac 100644 --- a/tests/rest/client/test_register.py +++ b/tests/rest/client/test_register.py @@ -586,9 +586,9 @@ class RegisterRestServletTestCase(unittest.HomeserverTestCase): "require_at_registration": True, }, "account_threepid_delegates": { + "email": "https://id_server", "msisdn": "https://id_server", }, - "email": {"notif_from": "Synapse <synapse@example.com>"}, } ) def test_advertised_flows_captcha_and_terms_and_3pids(self) -> None: |