File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ integration with these chat services:
127127========== =============================== ============================================
128128Service Package DSN
129129========== =============================== ============================================
130- Slack ``symfony/slack-notifier `` ``slack://TOKEN@ default?channel=CHANNEL ``
130+ Slack ``symfony/slack-notifier `` ``slack://default/ID ``
131131Telegram ``symfony/telegram-notifier `` ``telegram://TOKEN@default?channel=CHAT_ID ``
132132Mattermost ``symfony/mattermost-notifier `` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL ``
133133RocketChat ``symfony/rocketchat-notifier `` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL ``
@@ -142,7 +142,7 @@ Chatters are configured using the ``chatter_transports`` setting:
142142.. code-block :: bash
143143
144144 # .env
145- SLACK_DSN=slack://TOKEN@ default? channel=CHANNEL
145+ SLACK_DSN=slack://default/ID
146146
147147 .. configuration-block ::
148148
You can’t perform that action at this time.
0 commit comments