File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ integration with these chat services:
152152Service Package DSN
153153========== ================================ ===========================================================================
154154Discord ``symfony/discord-notifier `` ``discord://TOKEN@default?webhook_id=ID ``
155+ FakeChat ``symfony/fake-chat-notifier `` ``fakechat+email://MAILER_SERVICE_ID?to=TO&from=FROM ``
155156Firebase ``symfony/firebase-notifier `` ``firebase://USERNAME:PASSWORD@default ``
156157Gitter ``symfony/gitter-notifier `` ``GITTER_DSN=gitter://TOKEN@default?room_id=ROOM_ID ``
157158GoogleChat ``symfony/google-chat-notifier `` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?thread_key=THREAD_KEY ``
@@ -177,7 +178,7 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel
177178
178179.. versionadded :: 5.3
179180
180- The Gitter and Mercure integrations were introduced in Symfony 5.3.
181+ The Gitter, Mercure and FakeChat integrations were introduced in Symfony 5.3.
181182
182183Chatters are configured using the ``chatter_transports `` setting:
183184
You can’t perform that action at this time.
0 commit comments