Skip to content

Commit 03b1ed9

Browse files
chii0815OskarStark
authored andcommitted
[Notifier] Add Matrix bridge
1 parent 23800a9 commit 03b1ed9

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
@@ -369,6 +369,7 @@ Service Package D
369369
`LinkedIn`_ ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default``
370370
`Mastodon`_ ``symfony/mastodon-notifier`` ``mastodon://ACCESS_TOKEN@HOST``
371371
`Mattermost`_ ``symfony/mattermost-notifier`` ``mattermost://ACCESS_TOKEN@HOST/PATH?channel=CHANNEL``
372+
`Matrix`_ ``symfony/matrix-notifier`` ``matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL``
372373
`Mercure`_ ``symfony/mercure-notifier`` ``mercure://HUB_ID?topic=TOPIC``
373374
`MicrosoftTeams`_ ``symfony/microsoft-teams-notifier`` ``microsoftteams://default/PATH``
374375
`RocketChat`_ ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
@@ -392,6 +393,10 @@ Service Package D
392393
The ``Gitter`` integration was removed in Symfony 7.2 because that service
393394
no longer provides an API.
394395

396+
.. versionadded:: 7.3
397+
398+
The ``Matrix`` integration was introduced in Symfony 7.3.
399+
395400
.. warning::
396401

397402
By default, if you have the :doc:`Messenger component </messenger>` installed,
@@ -1259,6 +1264,7 @@ is dispatched. Listeners receive a
12591264
.. _`LOX24`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Lox24/README.md
12601265
.. _`Mailjet`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Mailjet/README.md
12611266
.. _`Mastodon`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Mastodon/README.md
1267+
.. _`Matrix`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Matrix/README.md
12621268
.. _`Mattermost`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Mattermost/README.md
12631269
.. _`Mercure`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Mercure/README.md
12641270
.. _`MessageBird`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/MessageBird/README.md

0 commit comments

Comments
 (0)