candy-chat / candy-plugins

Official plugin repository for Candy.
http://candy-chat.github.com/candy
MIT License
111 stars 72 forks source link

Update candy.js - requireInteraction #153

Closed diriver63 closed 8 years ago

diriver63 commented 8 years ago

Chrome 47+ requires the flag 'requireInteraction' to be set in order for notifications to remain active on Desktop. https://developers.google.com/web/updates/2015/10/notification-requireInteraction?hl=en https://googlechrome.github.io/samples/notifications/requireInteraction.html https://notifications.spec.whatwg.org/

benlangfeld commented 8 years ago

Thank you!