File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ Service Package DSN
133
133
========== =============================== ============================================
134
134
Slack ``symfony/slack-notifier `` ``slack://default/ID ``
135
135
Telegram ``symfony/telegram-notifier `` ``telegram://TOKEN@default?channel=CHAT_ID ``
136
+ GoogleChat ``symfony/googlechat-notifier `` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD ``
136
137
Mattermost ``symfony/mattermost-notifier `` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL ``
137
138
RocketChat ``symfony/rocketchat-notifier `` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL ``
138
139
========== =============================== ============================================
@@ -143,6 +144,10 @@ RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?chann
143
144
5.1. The Slack DSN changed in Symfony 5.1 to use Slack Incoming
144
145
Webhooks instead of legacy tokens.
145
146
147
+ .. versionadded :: 5.2
148
+
149
+ The GoogleChat integration was introduced in Symfony 5.2.
150
+
146
151
Chatters are configured using the ``chatter_transports `` setting:
147
152
148
153
.. code-block :: bash
You can’t perform that action at this time.
0 commit comments