Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaeca8d7

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 transportsDocumentation forsymfony/symfony#36488Commits-------7bfacde [Notifier] Add GoogleChat to the list of supported chat transports
2 parents6f8f04a +7bfacde commitaeca8d7

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 Zulipintegration was introduced in Symfony 5.2.
155+
TheGoogleChat andZulipintegrations were introduced in Symfony 5.2.
155156

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp