Skip to content

Commit a2b2f30

Browse files
committed
feature #15596 [Notifier] Document fake chat logger notifier (noniagriconomie)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Document fake chat logger notifier Document symfony/symfony#42188 (no issue created post merge) Follows #15595 Commits ------- 4e5845b Document fake chat logger notifier
2 parents e69555d + 4e5845b commit a2b2f30

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 AmazonSns integration was introduced in Symfony 5.4.
202+
The AmazonSns and 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)