Skip to content

Commit 3bd5be3

Browse files
committed
[Notifier] Added the Mattermost and RocketChat integrations
1 parent 905d1fc commit 3bd5be3

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

notifier.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,18 @@ The chat channel is used to send chat messages to users by using
115115
:class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides
116116
integration with these chat services:
117117

118-
======== ============================= ============================================
119-
Service Package DSN
120-
======== ============================= ============================================
121-
Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL``
122-
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
123-
======== ============================= ============================================
118+
========== =============================== ============================================
119+
Service Package DSN
120+
========== =============================== ============================================
121+
Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL``
122+
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
123+
Mattermost ``symfony/mattermost-notifier`` ``mattermost://ENDPOINT?channel=CHANNEL``
124+
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://ENDPOINT?channel=CHANNEL``
125+
========== =============================== ============================================
126+
127+
.. versionadded:: 5.1
128+
129+
The Mattermost and RocketChat integrations were introduced in Symfony 5.1.
124130

125131
Chatters are configured using the ``chatter_transports`` setting:
126132

0 commit comments

Comments
 (0)