zulip/static/templates/notification_docs.handlebars
Tim Abbott 3bba0cc927 Move zephyr/static to just static.
It's not really a part of the server (aka the rest of zephyr/).

(imported from commit 27f6b6b064938ad927075a68d873e4b68710d279)
2013-07-29 12:11:26 -04:00

15 lines
436 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>
</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>