File tree <
8000
button data-component="IconButton" type="button" data-testid="expand-file-tree-button" aria-expanded="false" aria-controls="diff_file_tree" class="prc-Button-ButtonBase-c50BI d-md-none position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rqatdab:-loading-announcement" aria-labelledby=":R2atdab:">
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:
127
127
========== =============================== ============================================
128
128
Service Package DSN
129
129
========== =============================== ============================================
130
- Slack ``symfony/slack-notifier `` ``slack://TOKEN@ default?channel=CHANNEL ``
130
+ 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 ``
@@ -142,7 +142,7 @@ Chatters are configured using the ``chatter_transports`` setting:
142
142
.. code-block :: bash
143
143
144
144
# .env
145
- SLACK_DSN=slack://TOKEN@ default? channel=CHANNEL
145
+ SLACK_DSN=slack://default/ID
146
146
147
147
.. configuration-block ::
148
148
You can’t perform that action at this time.
0 commit comments