mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
add msisdn delegates parameter
# As email delegates is managed by the synapse server itself this email section is # deprecated but msisdn format is still composed by email: <value> on a new line
This commit is contained in:
parent
a962f7e09f
commit
93b8dc6561
1 changed files with 3 additions and 1 deletions
|
@ -1356,7 +1356,9 @@ default_identity_server: __DEFAULT_IDENTITY_SERVER__
|
|||
# by the Matrix Identity Service API specification:
|
||||
# https://matrix.org/docs/spec/identity_service/latest
|
||||
#
|
||||
account_threepid_delegates:
|
||||
# As email delegates is managed by the synapse server itself this email section is
|
||||
# deprecated but msisdn format is still composed by email: <value> on a new line
|
||||
account_threepid_delegates: __ACCOUNT_THREEPID_DELEGATES_MSISDN__
|
||||
#email: https://example.com # Delegate email sending to example.com
|
||||
#msisdn: http://localhost:8090 # Delegate SMS sending to this local process
|
||||
|
||||
|
|
Loading…
Reference in a new issue