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