Files
zulip/static/templates/notification_docs.handlebars
Steve Howell b98e7f8d90 Remove transitional feature_flags.alert_words flag.
(imported from commit f00eba8a12054e9771105e341e2652a53271e298)
2013-10-15 09:57:19 -04:00

16 lines
493 B
Handlebars

{{! Explanation of when notifications fire }}
<div>
<p>If enabled, you will get desktop notifications for the following:</p>
<ul>
<li>a private message</li>
<li>a message that @-mentions you</li>
<li>a message to a stream you have configured to show desktop notifications (via the streams page)</li>
<li>any custom word alerts that you have configured</li>
</ul>
<br />
<p>If the Zulip window is in focus and you can already see the message when it arrives, we won't notify you.</p>
</div>