From 018d50ba322d5e58990918b226f0363dd0fcf541 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 31 Mar 2021 09:17:13 +0200 Subject: [PATCH] [Notifier][FakeChat] add docs --- notifier.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notifier.rst b/notifier.rst index e23c85aeefa..459f7d406b7 100644 --- a/notifier.rst +++ b/notifier.rst @@ -153,6 +153,7 @@ integration with these chat services: Service Package DSN ========== ================================ =========================================================================== Discord ``symfony/discord-notifier`` ``discord://TOKEN@default?webhook_id=ID`` +FakeChat ``symfony/fake-chat-notifier`` ``fakechat+email://MAILER_SERVICE_ID?to=TO&from=FROM`` Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default`` Gitter ``symfony/gitter-notifier`` ``GITTER_DSN=gitter://TOKEN@default?room_id=ROOM_ID`` GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?thread_key=THREAD_KEY`` @@ -178,7 +179,7 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel .. versionadded:: 5.3 - The Gitter and Mercure integrations were introduced in Symfony 5.3. + The Gitter, Mercure and FakeChat integrations were introduced in Symfony 5.3. Chatters are configured using the ``chatter_transports`` setting: