Skip to content

Commit bc8650f

Browse files
committed
[Notifier] Removed some restriction
1 parent a3c671b commit bc8650f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

notifier.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ transport:
294294
%env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
295295
</framework:chatter-transport>
296296
297-
<!-- Send notifications to the next scheduled transport
297+
<!-- Send notifications to the next scheduled transport
298298
calculated by round robin -->
299299
<framework:chatter-transport name="slack">
300300
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%
@@ -365,8 +365,7 @@ To send a notification, autowire the
365365
The ``Notification`` is created by using two arguments: the subject and
366366
channels. The channels specify which channel (or transport) should be used
367367
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.
370369

371370
The default notification also has a ``content()`` and ``emoji()`` method to
372371
set the notification content and icon.

0 commit comments

Comments
 (0)