diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-25 17:46:40 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-25 17:46:40 +0000 |
commit | cb063ade7c8e772b541c74ab832749526ffcd128 (patch) | |
tree | 9beb9f2c7d9da18649dd2c9d391ae158bc5b3fed /docs | |
parent | Add an unstable feature flag for separate add/bind 3pid APIs (#6044) (diff) | |
parent | Add submit_url response parameter to msisdn /requestToken (#6079) (diff) | |
download | synapse-cb063ade7c8e772b541c74ab832749526ffcd128.tar.xz |
Add submit_url response parameter to msisdn /requestToken (#6079)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index e2a2e66995..415365ad48 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1097,6 +1097,8 @@ uploads_path: "DATADIR/uploads" # by the Matrix Identity Service API specification: # https://matrix.org/docs/spec/identity_service/latest # +# If a delegate is specified, the config option public_baseurl must also be filled out. +# account_threepid_delegates: #email: https://example.com # Delegate email sending to example.org #msisdn: http://localhost:8090 # Delegate SMS sending to this local process |