Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8619cd8

Browse files
committed
feature #20548 [Notifier] Add Matrix bridge (chii0815)
This PR was squashed before being merged into the 7.3 branch. Discussion ---------- [Notifier] Add Matrix bridge Doc PR for * symfony/symfony#59377 Commits ------- 03b1ed9 [Notifier] Add Matrix bridge
2 parents 5260432 + 03b1ed9 commit 8619cd8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

notifier.rst

+6
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ Service Package D
373373
`LinkedIn`_ ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default``
374374
`Mastodon`_ ``symfony/mastodon-notifier`` ``mastodon://ACCESS_TOKEN@HOST``
375375
`Mattermost`_ ``symfony/mattermost-notifier`` ``mattermost://ACCESS_TOKEN@HOST/PATH?channel=CHANNEL``
376+
`Matrix`_ ``symfony/matrix-notifier`` ``matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL``
376377
`Mercure`_ ``symfony/mercure-notifier`` ``mercure://HUB_ID?topic=TOPIC``
377378
`MicrosoftTeams`_ ``symfony/microsoft-teams-notifier`` ``microsoftteams://default/PATH``
378379
`RocketChat`_ ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
@@ -396,6 +397,10 @@ Service Package D
396397
The ``Gitter`` integration was removed in Symfony 7.2 because that service
397398
no longer provides an API.
398399

400+
.. versionadded:: 7.3
401+
402+
The ``Matrix`` integration was introduced in Symfony 7.3.
403+
399404
.. warning::
400405

401406
By default, if you have the :doc:`Messenger component </messenger>` installed,
@@ -1263,6 +1268,7 @@ is dispatched. Listeners receive a
12631268
.. _`LOX24`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Lox24/README.md
12641269
.. _`Mailjet`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Mailjet/README.md
12651270
.. _`Mastodon`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Mastodon/README.md
1271+
.. _`Matrix`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Matrix/README.md
12661272
.. _`Mattermost`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Mattermost/README.md
12671273
.. _`Mercure`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Mercure/README.md
12681274
.. _`MessageBird`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/MessageBird/README.md

0 commit comments

Comments
 (0)