From cb5fa46fa0c8efe112e62425d842580eb3bb78ba Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 14 Feb 2024 18:28:24 +0900 Subject: [PATCH] [synapse] also disable starting pushers Signed-off-by: Nico Schottelius --- ansible/roles/synapse/files/basedir/config/homeserver.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/synapse/files/basedir/config/homeserver.yaml b/ansible/roles/synapse/files/basedir/config/homeserver.yaml index 2a5559a..d621f8a 100755 --- a/ansible/roles/synapse/files/basedir/config/homeserver.yaml +++ b/ansible/roles/synapse/files/basedir/config/homeserver.yaml @@ -2600,6 +2600,10 @@ email: ## Push ## +# Disabled on 2024-02-14, requested by Santi/Jorge/Jose +# Seems that below the enabled: false still allows to send notifications +start_pushers: false + push: # Disabled on 2024-02-14, requested by Santi/Jorge/Jose enabled: false