File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ transport:
294
294
%env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
295
295
</framework : chatter-transport >
296
296
297
- <!-- Send notifications to the next scheduled transport
297
+ <!-- Send notifications to the next scheduled transport
298
298
calculated by round robin -->
299
299
<framework : chatter-transport name =" slack" >
300
300
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%
@@ -365,8 +365,7 @@ To send a notification, autowire the
365
365
The ``Notification `` is created by using two arguments: the subject and
366
366
channels. The channels specify which channel (or transport) should be used
367
367
to send the notification. For instance, ``['email', 'sms'] `` will send
368
- both an email and sms notification to the user. It is required to specify
369
- the transport when using chatters (e.g. ``['email', 'chat/telegram'] ``).
368
+ both an email and sms notification to the user.
370
369
371
370
The default notification also has a ``content() `` and ``emoji() `` method to
372
371
set the notification content and icon.
You can’t perform that action at this time.
0 commit comments