Skip to content

Commit

Permalink
Merge pull request #1374 from chii0815/main
Browse files Browse the repository at this point in the history
[Notifier] Add Matrix bridge
  • Loading branch information
fabpot authored Feb 14, 2025
2 parents c4aebd0 + 1366628 commit f4739b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions symfony/matrix-notifier/7.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
"content": " matrix: '%env(MATRIX_DSN)%'"
}
],
"env": {
"#1": "MATRIX_DSN=matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL"
}
}

0 comments on commit f4739b6

Please sign in to comment.