From 820c69d5039aeadb74879dc99a77b10eced0ae6d Mon Sep 17 00:00:00 2001 From: Frank Schulze Date: Wed, 8 Jan 2025 19:03:56 +0100 Subject: [PATCH 1/3] [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 000000000..6fcbc4f7b --- /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 From 2a0f7f26cdba8be3be46a86fd2957ad2f41d2e32 Mon Sep 17 00:00:00 2001 From: Xit Date: Wed, 8 Jan 2025 19:15:06 +0100 Subject: [PATCH 2/3] Update manifest.json --- symfony/matrix-notifier/7.3/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/matrix-notifier/7.3/manifest.json b/symfony/matrix-notifier/7.3/manifest.json index 6fcbc4f7b..ab309004d 100644 --- a/symfony/matrix-notifier/7.3/manifest.json +++ b/symfony/matrix-notifier/7.3/manifest.json @@ -11,4 +11,4 @@ "env": { "#1": "MATRIX_DSN=matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL" } -} \ No newline at end of file +} From 1366628cef12d510fbd8f8a2c260082a09c3c1b0 Mon Sep 17 00:00:00 2001 From: Frank Schulze Date: Thu, 9 Jan 2025 18:23:42 +0100 Subject: [PATCH 3/3] Update symfony/matrix-notifier/7.3/manifest.json Co-authored-by: Oskar Stark --- symfony/matrix-notifier/7.3/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/matrix-notifier/7.3/manifest.json b/symfony/matrix-notifier/7.3/manifest.json index ab309004d..18448b864 100644 --- a/symfony/matrix-notifier/7.3/manifest.json +++ b/symfony/matrix-notifier/7.3/manifest.json @@ -5,7 +5,7 @@ "position": "after_target", "warn_if_missing": true, "target": " chatter_transports:", - "content": " matrix: '%env(SIPGATE_DSN)%'" + "content": " matrix: '%env(MATRIX_DSN)%'" } ], "env": {