File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,22 @@ Service Package D
283283
284284 The LINE Notify, Mastodon and Twitter integrations were introduced in Symfony 6.3.
285285
286+ .. caution ::
287+
288+ By default, if you have the :doc: `Messenger component </messenger >` installed,
289+ the notifications will be sent through the MessageBus. If you don't have a
290+ message consumer running, messages will never be sent.
291+
292+ To change this behavior, add the following configuration to send messages
293+ directly via the transport:
294+
295+ .. code-block :: yaml
296+
297+ # config/packages/notifier.yaml
298+ framework :
299+ notifier :
300+ message_bus : false
301+
286302 Chatters are configured using the ``chatter_transports `` setting:
287303
288304.. code-block :: bash
You can’t perform that action at this time.
0 commit comments