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

Commit4e5845b

Browse files
Document fake chat logger notifier
1 parent4c6b780 commit4e5845b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎notifier.rst‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ The chat channel is used to send chat messages to users by using
163163
:class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides
164164
integration with these chat services:
165165

166-
============== ==================================== ===========================================================================
166+
============== ==================================== =============================================================================
167167
Service Package DSN
168-
============== ==================================== ===========================================================================
168+
============== ==================================== =============================================================================
169169
AmazonSns ``symfony/amazon-sns-notifier`` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION``
170170
Discord ``symfony/discord-notifier`` ``discord://TOKEN@default?webhook_id=ID``
171-
FakeChat ``symfony/fake-chat-notifier`` ``fakechat+email://default?to=TO&from=FROM``
171+
FakeChat ``symfony/fake-chat-notifier`` ``fakechat+email://default?to=TO&from=FROM`` or ``fakechat+logger://default``
172172
Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default``
173173
Gitter ``symfony/gitter-notifier`` ``gitter://TOKEN@default?room_id=ROOM_ID``
174174
GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?thread_key=THREAD_KEY``
@@ -180,7 +180,7 @@ RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPO
180180
Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL``
181181
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
182182
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel=CHANNEL``
183-
============== ==================================== ===========================================================================
183+
============== ==================================== =============================================================================
184184

185185
.. versionadded:: 5.1
186186

@@ -195,11 +195,11 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST
195195

196196
.. versionadded:: 5.3
197197

198-
The Gitter, Mercure, FakeChat and Microsoft Teams integrations were introduced in Symfony 5.3.
198+
The Gitter, Mercure, FakeChat(email)and Microsoft Teams integrations were introduced in Symfony 5.3.
199199

200200
.. versionadded:: 5.4
201201

202-
The AmazonSnsintegration was introduced in Symfony 5.4.
202+
The AmazonSnsand FakeChat (logger) integrations were introduced in Symfony 5.4.
203203

204204
Chatters are configured using the ``chatter_transports`` setting:
205205

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp