File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -133,15 +133,16 @@ The chat channel is used to send chat messages to users by using
133133:class: `Symfony\\ Component\\ Notifier\\ Chatter ` classes. Symfony provides
134134integration with these chat services:
135135
136- ========== =============================== =================================================
136+ ========== =============================== ============================================================================
137137Service Package DSN
138- ========== =============================== =================================================
138+ ========== =============================== ============================================================================
139139Slack ``symfony/slack-notifier `` ``slack://default/ID ``
140140Telegram ``symfony/telegram-notifier `` ``telegram://TOKEN@default?channel=CHAT_ID ``
141+ GoogleChat ``symfony/google-chat-notifier `` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY ``
141142Mattermost ``symfony/mattermost-notifier `` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL ``
142143RocketChat ``symfony/rocketchat-notifier `` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL ``
143144Zulip ``symfony/zulip-notifier `` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL ``
144- ========== =============================== =================================================
145+ ========== =============================== ============================================================================
145146
146147.. versionadded :: 5.1
147148
@@ -151,7 +152,7 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?cha
151152
152153.. versionadded :: 5.2
153154
154- The Zulip integration was introduced in Symfony 5.2.
155+ The GoogleChat and Zulip integrations were introduced in Symfony 5.2.
155156
156157Chatters are configured using the ``chatter_transports `` setting:
157158
You can’t perform that action at this time.
0 commit comments