Skip to content

Commit 291d590

Browse files
committed
[Notifier] Add Matrix Synapse bridge
1 parent 23800a9 commit 291d590

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

notifier.rst

Lines changed: 5 additions & 0 deletions
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 Synapse`_ ``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 Synapse`` integration was introduced in Symfony 7.3.
399+
395400
.. warning::
396401

397402
By default, if you have the :doc:`Messenger component </messenger>` installed,

0 commit comments

Comments
 (0)