Commit 8b8b714
committed
feature #59377 [Notifier] Add Matrix bridge (chii0815)
This PR was squashed before being merged into the 7.3 branch.
Discussion
----------
[Notifier] Add Matrix bridge
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| License | MIT
Docs PR: symfony/symfony-docs#20548
Recipe PR: symfony/recipes#1374
Added a new notifier bridge for Matrix Synapse.
Whats implemented in this?
- sends message to roomID when roomID or userID or roomAlias (see above) is given as recipient
- fetches roomID of private room when userID is given as recipient, if no room is available it will be created and the recipiant will be invited to join
- fetches roomID when roomAlias is given as recipient
Whats not implemented at the moment?
- end-to-end encryption, all messages will be unencrypted even if E2E enabled in the room.
Commits
-------
af8b15d0d7d [Notifier] Add Matrix bridgeFile tree
3 files changed
+7
-0
lines changed- Exception
- Tests/Exception
3 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments