From 3f739251d925f5de7c32c721ae803f663314cb63 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Mon, 21 Aug 2023 20:32:11 +0000 Subject: [PATCH] little update --- conf/homeserver.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/homeserver.yaml b/conf/homeserver.yaml index be5bfcc..4c96824 100644 --- a/conf/homeserver.yaml +++ b/conf/homeserver.yaml @@ -1358,7 +1358,8 @@ default_identity_server: __DEFAULT_IDENTITY_SERVER__ # # As email delegates is managed by the synapse server itself this email section is # deprecated but msisdn format is still composed by email: on a new line -account_threepid_delegates: __ACCOUNT_THREEPID_DELEGATES_MSISDN__ +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