From 820c69d5039aeadb74879dc99a77b10eced0ae6d Mon Sep 17 00:00:00 2001 From: Frank Schulze Date: Wed, 8 Jan 2025 19:03:56 +0100 Subject: [PATCH] [Notifier] Add Matrix Synapse bridge --- symfony/matrix-notifier/7.3/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 symfony/matrix-notifier/7.3/manifest.json diff --git a/symfony/matrix-notifier/7.3/manifest.json b/symfony/matrix-notifier/7.3/manifest.json new file mode 100644 index 00000000..6fcbc4f7 --- /dev/null +++ b/symfony/matrix-notifier/7.3/manifest.json @@ -0,0 +1,14 @@ +{ + "add-lines": [ + { + "file": "config/packages/notifier.yaml", + "position": "after_target", + "warn_if_missing": true, + "target": " chatter_transports:", + "content": " matrix: '%env(SIPGATE_DSN)%'" + } + ], + "env": { + "#1": "MATRIX_DSN=matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL" + } +} \ No newline at end of file