Skip to content

Commit aeca8d7

Browse files
committed
minor #14018 [Notifier] Add GoogleChat to the list of supported chat transports (GromNaN)
This PR was squashed before being merged into the master branch. Discussion ---------- [Notifier] Add GoogleChat to the list of supported chat transports Documentation for symfony/symfony#36488 Commits ------- 7bfacde [Notifier] Add GoogleChat to the list of supported chat transports
2 parents 6f8f04a + 7bfacde commit aeca8d7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

notifier.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
134134
integration with these chat services:
135135

136-
========== =============================== =================================================
136+
========== =============================== ============================================================================
137137
Service Package DSN
138-
========== =============================== =================================================
138+
========== =============================== ============================================================================
139139
Slack ``symfony/slack-notifier`` ``slack://default/ID``
140140
Telegram ``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``
141142
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
142143
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
143144
Zulip ``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

156157
Chatters are configured using the ``chatter_transports`` setting:
157158

0 commit comments

Comments
 (0)