Skip to content

Commit f4739b6

Browse files
authored
Merge pull request #1374 from chii0815/main
[Notifier] Add Matrix bridge
2 parents c4aebd0 + 1366628 commit f4739b6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " chatter_transports:",
8+
"content": " matrix: '%env(MATRIX_DSN)%'"
9+
}
10+
],
11+
"env": {
12+
"#1": "MATRIX_DSN=matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL"
13+
}
14+
}

0 commit comments

Comments
 (0)