From d47041f6bb401f8e2c193f5688bee42ef40c8528 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Sat, 26 Aug 2023 00:36:10 +0000 Subject: [PATCH] enable but default empty third party server to send confirmation code by SMS. server run with this empty config maybe someone can test if it generates error with elements. --- conf/homeserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/homeserver.yaml b/conf/homeserver.yaml index 7bac1ba..ed4b65e 100644 --- a/conf/homeserver.yaml +++ b/conf/homeserver.yaml @@ -1359,7 +1359,7 @@ default_identity_server: __DEFAULT_IDENTITY_SERVER__ # As email delegates is managed by the synapse server itself this email section is # not necessary but msisdn format is still composed by msisdn: on a new line account_threepid_delegates: - __ACCOUNT_THREEPID_DELEGATES_MSISDN__ + msisdn: __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