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

Commit61a138a

Browse files
committed
minor#13868 [Notifier] Removed some restriction (javiereguiluz)
This PR was merged into the master branch.Discussion----------[Notifier] Removed some restrictionFixes#13826.I couldn't find any mention to the removed restriction ... but I found a mention to something that was changed here:https://github.com/symfony/symfony/pull/35834/files#r383024559Commits-------bc8650f [Notifier] Removed some restriction
2 parents3320ba7 +bc8650f commit61a138a

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