mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
Add webkit desktop notifications
Partially addresses Trac #31 (imported from commit f1f04b5c50bf9f33b69c90926fd67015cd2dc219)
This commit is contained in:
@@ -594,6 +594,7 @@ function get_updates(options) {
|
||||
|
||||
if (data.messages.length !== 0) {
|
||||
add_messages(data.messages, true);
|
||||
notifications.received_messages(data.messages);
|
||||
}
|
||||
|
||||
if (data.zephyr_mirror_active === false) {
|
||||
|
||||
Reference in New Issue
Block a user