File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff 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
116116integration 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
125131Chatters are configured using the ``chatter_transports `` setting:
126132
You can’t perform that action at this time.
0 commit comments