@@ -136,24 +136,25 @@ integration with these chat services:
136
136
========== ================================ ===========================================================================
137
137
Service Package DSN
138
138
========== ================================ ===========================================================================
139
- Slack ``symfony/slack-notifier `` ``slack://default/ID ``
140
- Telegram ``symfony/telegram-notifier `` ``telegram://TOKEN@default?channel=CHAT_ID ``
139
+ Discord ``symfony/discord-notifier `` ``discord://TOKEN@default?channel=ID ``
141
140
GoogleChat ``symfony/google-chat-notifier `` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY ``
141
+ LinkedIn ``symfony/linked-in-notifier `` ``linkedin://TOKEN:USER_ID@default ``
142
142
Mattermost ``symfony/mattermost-notifier `` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL ``
143
143
RocketChat ``symfony/rocket-chat-notifier `` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL ``
144
+ Slack ``symfony/slack-notifier `` ``slack://default/ID ``
145
+ Telegram ``symfony/telegram-notifier `` ``telegram://TOKEN@default?channel=CHAT_ID ``
144
146
Zulip ``symfony/zulip-notifier `` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL ``
145
- LinkedIn ``symfony/linked-in-notifier `` ``linkedin://TOKEN:USER_ID@default ``
146
147
========== ================================ ===========================================================================
147
148
148
149
.. versionadded :: 5.1
149
150
150
- The Mattermost and RocketChat integrations were introduced in Symfony
151
+ The Mattermost and RocketChat integrations were introduced in Symfony
151
152
5.1. The Slack DSN changed in Symfony 5.1 to use Slack Incoming
152
153
Webhooks instead of legacy tokens.
153
154
154
155
.. versionadded :: 5.2
155
156
156
- The GoogleChat, LinkedIn and Zulip integrations were introduced in Symfony 5.2.
157
+ The GoogleChat, LinkedIn, Zulip and Discord integrations were introduced in Symfony 5.2.
157
158
158
159
Chatters are configured using the ``chatter_transports `` setting:
159
160
0 commit comments