File tree 1 file changed +2
-1
lines changed 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:
152
152
Service Package DSN
153
153
========== ================================ ===========================================================================
154
154
Discord ``symfony/discord-notifier `` ``discord://TOKEN@default?webhook_id=ID ``
155
+ FakeChat ``symfony/fake-chat-notifier `` ``fakechat+email://MAILER_SERVICE_ID?to=TO&from=FROM ``
155
156
Firebase ``symfony/firebase-notifier `` ``firebase://USERNAME:PASSWORD@default ``
156
157
Gitter ``symfony/gitter-notifier `` ``GITTER_DSN=gitter://TOKEN@default?room_id=ROOM_ID ``
157
158
GoogleChat ``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
177
178
178
179
.. versionadded :: 5.3
179
180
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.
181
182
182
183
Chatters are configured using the ``chatter_transports `` setting:
183
184
You can’t perform that action at this time.
0 commit comments