Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc8650f

Browse files
committed
[Notifier] Removed some restriction
1 parenta3c671b commitbc8650f

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-transportname="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)

[8]ページ先頭

©2009-2025 Movatter.jp