From 5ad72300e54adc03716bd6d9b71bb07bcd74490f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 14 Feb 2024 15:40:01 +0900 Subject: [PATCH] disable push notifications completely --- ansible/roles/synapse/files/basedir/config/homeserver.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/synapse/files/basedir/config/homeserver.yaml b/ansible/roles/synapse/files/basedir/config/homeserver.yaml index b426ce0..2a5559a 100755 --- a/ansible/roles/synapse/files/basedir/config/homeserver.yaml +++ b/ansible/roles/synapse/files/basedir/config/homeserver.yaml @@ -2601,6 +2601,9 @@ email: ## Push ## push: + # Disabled on 2024-02-14, requested by Santi/Jorge/Jose + enabled: false + # Clients requesting push notifications can either have the body of # the message sent in the notification poke along with other details # like the sender, or just the event ID and room ID (event_id_only).