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 @@ -153,6 +153,7 @@ integration with these chat services:
153
153
Service Package DSN
154
154
========== ================================ ===========================================================================
155
155
Discord ``symfony/discord-notifier `` ``discord://TOKEN@default?webhook_id=ID ``
156
+ FakeChat ``symfony/fake-chat-notifier `` ``fakechat+email://MAILER_SERVICE_ID?to=TO&from=FROM ``
156
157
Firebase ``symfony/firebase-notifier `` ``firebase://USERNAME:PASSWORD@default ``
157
158
Gitter ``symfony/gitter-notifier `` ``GITTER_DSN=gitter://TOKEN@default?room_id=ROOM_ID ``
158
159
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
178
179
179
180
.. versionadded :: 5.3
180
181
181
- The Gitter and Mercure integrations were introduced in Symfony 5.3.
182
+ The Gitter, Mercure and FakeChat integrations were introduced in Symfony 5.3.
182
183
183
184
Chatters are configured using the ``chatter_transports `` setting:
184
185
You can’t perform that action at this time.
0 commit comments