From 40aa42e9821aa066bc58921ec2f18590240d95ea Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 21 Dec 2022 06:43:43 +0200 Subject: [PATCH] Add reference to push.enabled to homeserver.yaml Related to: - https://github.com/matrix-org/synapse/pull/14551/files - https://github.com/matrix-org/synapse/pull/14619/files --- .../custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 b/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 index 3767a3fc..d2dd1c74 100644 --- a/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 @@ -2532,6 +2532,8 @@ password_providers: ## Push ## push: + # 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`).