diff options
author | David Robertson <davidr@element.io> | 2022-08-23 12:40:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 11:40:00 +0000 |
commit | 956e015413d3da417c1058e3e72d97b3d1bc8170 (patch) | |
tree | 931927e3736155ea068c38254726b6f03ed51c29 /docs/usage/configuration/config_documentation.md | |
parent | Update changelog (diff) | |
download | synapse-956e015413d3da417c1058e3e72d97b3d1bc8170.tar.xz |
Drop support for delegating email validation, round 2 (#13596)
Diffstat (limited to 'docs/usage/configuration/config_documentation.md')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index cc72966823..8ae018e628 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -2182,7 +2182,10 @@ their account. by the Matrix Identity Service API [specification](https://matrix.org/docs/spec/identity_service/latest).) -*Updated in Synapse 1.64.0*: The `email` option is deprecated. +*Deprecated in Synapse 1.64.0*: The `email` option is deprecated. + +*Removed in Synapse 1.66.0*: The `email` option has been removed. +If present, Synapse will report a configuration error on startup. Example configuration: ```yaml |