Added a section on bing words if you enable desktop notifications.

This commit is contained in:
Kegan Dougal 2014-09-16 14:20:26 +01:00
parent 84372cef4a
commit b170fe921e
3 changed files with 19 additions and 2 deletions

View file

@ -139,7 +139,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput'])
if (isLive && event.room_id === $scope.room_id) {
scrollToBottom();
if (window.Notification) {
// Show notification when the window is hidden, or the user is idle
if (document.hidden || matrixService.presence.unavailable === mPresence.getState()) {