Skip to content

Commit

Permalink
[Notifier][FakeChat] add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Apr 6, 2021
1 parent dc1e7fd commit 018d50b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand All @@ -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:

Expand Down

0 comments on commit 018d50b

Please sign in to comment.