8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Push Channel
1 parent eaca6eb commit 056a35cCopy full SHA for 056a35c
notifier.rst
@@ -38,7 +38,7 @@ The notifier component supports the following channels:
38
services like Slack and Telegram;
39
* :ref:`Email channel <notifier-email-channel>` integrates the :doc:`Symfony Mailer </mailer>`;
40
* Browser channel uses :ref:`flash messages <flash-messages>`.
41
-* Push Channel sends notifications to phones and browsers via push notifications.
+* :ref:`Push channel <notifier-push-channel>` sends notifications to phones and browsers via push notifications.
42
43
.. tip::
44
@@ -339,6 +339,8 @@ notification emails:
339
;
340
};
341
342
+.. _notifier-push-channel:
343
+
344
345
~~~~~~~~~~~~
346
0 commit comments