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 @@ -271,6 +271,22 @@ Service Package D
271
271
272
272
The LINE Notify, Mastodon and Twitter integrations were introduced in Symfony 6.3.
273
273
274
+ .. caution ::
275
+
276
+ If you have the messenger component installed, the default component
277
+ configuration implies sending notifications through the MessageBus.
278
+ If you don't have a message consumer running, messages will never be sent.
279
+ To send messages directly via the transport, add the following line to the configuration.
280
+
281
+ .. configuration-block ::
282
+
283
+ .. code-block :: yaml
284
+
285
+ # config/packages/notifier.yaml
286
+ framework :
287
+ notifier :
288
+ message_bus : false
289
+
274
290
Chatters are configured using the ``chatter_transports `` setting:
275
291
276
292
.. code-block :: bash
You can’t perform that action at this time.
0 commit comments