Skip to content

Commit c485037

Browse files
committed
feature #17411 Add Mastodon bridge (qdequippe)
This PR was submitted for the 6.2 branch but it was squashed and merged into the 6.3 branch instead. Discussion ---------- Add Mastodon bridge PR related symfony/symfony#48101 Commits ------- 79e9e47 Add Mastodon bridge
2 parents 3b5b2c4 + 79e9e47 commit c485037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notifier.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Gitter ``symfony/gitter-notifier`` ``gitter://TOKEN@default?r
201201
GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?thread_key=THREAD_KEY``
202202
LINE Notify ``symfony/line-notify-notifier`` ``linenotify://TOKEN@default``
203203
LinkedIn ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default``
204+
Mastodon ``symfony/mastodon-notifier`` ``mastodon://ACCESS_TOKEN@HOST``
204205
Mattermost ``symfony/mattermost-notifier`` ``mattermost://ACCESS_TOKEN@HOST/PATH?channel=CHANNEL``
205206
Mercure ``symfony/mercure-notifier`` ``mercure://HUB_ID?topic=TOPIC``
206207
MicrosoftTeams ``symfony/microsoft-teams-notifier`` ``microsoftteams://default/PATH``
@@ -218,7 +219,7 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST
218219

219220
.. versionadded:: 6.3
220221

221-
The LINE Notify and Twitter integrations were introduced in Symfony 6.3.
222+
The LINE Notify, Mastodon and Twitter integrations were introduced in Symfony 6.3.
222223

223224
Chatters are configured using the ``chatter_transports`` setting:
224225

0 commit comments

Comments
 (0)