File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -131,11 +131,12 @@ Slack ``symfony/slack-notifier`` ``slack://default/ID``
131
131
Telegram ``symfony/telegram-notifier `` ``telegram://TOKEN@default?channel=CHAT_ID ``
132
132
Mattermost ``symfony/mattermost-notifier `` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL ``
133
133
RocketChat ``symfony/rocketchat-notifier `` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL ``
134
+ Discord ``symfony/discord-notifier `` ``discord://TOKEN@default?channel=ID ``
134
135
========== =============================== ============================================
135
136
136
137
.. versionadded :: 5.1
137
138
138
- The Mattermost and RocketChat integrations were introduced in Symfony
139
+ The Mattermost, RocketChat and Discord integrations were introduced in Symfony
139
140
5.1. The Slack DSN changed in Symfony 5.1 to use Slack Incoming
140
141
Webhooks instead of legacy tokens.
141
142
@@ -293,7 +294,7 @@ transport:
293
294
%env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
294
295
</framework : chatter-transport >
295
296
296
- <!-- Send notifications to the next scheduled transport
297
+ <!-- Send notifications to the next scheduled transport
297
298
calculated by round robin -->
298
299
<framework : chatter-transport name =" slack" >
299
300
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%
You can’t perform that action at this time.
0 commit comments