kandanapp / kandan

Kandan is an Open Source Alternative to HipChat
GNU Affero General Public License v3.0
2.72k stars 408 forks source link

Notifications #381

Closed JangoSteve closed 9 years ago

JangoSteve commented 9 years ago

Notifications were broken on the latest Chrome. Chrome deprecated the old wekitNotifications API, and now uses the new Web Notifications API.

I had to update Modernizr for it to accurately detect the new notification capabilities in browsers (used the same custom build as before). Then I updated the notifications plugin to use the new API for requesting and checking permissions, and creating the notifications.

These new notifications now work in Chrome, Firefox, Safari, and Opera.