Skip to content

Commit

Permalink
[Notifier] Add Matrix Synapse bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
chii0815 committed Jan 8, 2025
1 parent 23800a9 commit 291d590
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ Service Package D
`LinkedIn`_ ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default``
`Mastodon`_ ``symfony/mastodon-notifier`` ``mastodon://ACCESS_TOKEN@HOST``
`Mattermost`_ ``symfony/mattermost-notifier`` ``mattermost://ACCESS_TOKEN@HOST/PATH?channel=CHANNEL``
`Matrix Synapse`_ ``symfony/matrix-notifier`` ``matrix://HOST:PORT/?accessToken=ACCESSTOKEN&ssl=SSL``
`Mercure`_ ``symfony/mercure-notifier`` ``mercure://HUB_ID?topic=TOPIC``
`MicrosoftTeams`_ ``symfony/microsoft-teams-notifier`` ``microsoftteams://default/PATH``
`RocketChat`_ ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
Expand All @@ -392,6 +393,10 @@ Service Package D
The ``Gitter`` integration was removed in Symfony 7.2 because that service
no longer provides an API.

.. versionadded:: 7.3

The ``Matrix Synapse`` integration was introduced in Symfony 7.3.

.. warning::

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

0 comments on commit 291d590

Please sign in to comment.