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
115
115
:class: `Symfony\\ Component\\ Notifier\\ Chatter ` classes. Symfony provides
116
116
integration with these chat services:
117
117
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.
124
130
125
131
Chatters are configured using the ``chatter_transports `` setting:
126
132
You can’t perform that action at this time.
0 commit comments