Don't show desktop notifications for messages entering the channel th… (#4216)

* Don't show desktop notifications for messages entering the channel the user is currently on

Coding style fixes

Allow notifications if browser tab is not focussed

* Don't show desktop notifications for messages entering the channel the user is currently on

Coding style fixes

Allow notifications if browser tab is not focussed

* Mute sound when a user doesn't get a desktop notification

* Also play sound on desktop notifications

* Fixed reviewer's remarks:
 * Removed double notification check
 * Removed direct links to browser store, created separate actions
Этот коммит содержится в:
Pepijn
2016-11-17 19:46:07 +01:00
коммит произвёл Harrison Healey
родитель a798714958
Коммит 6d2882f6e7
4 изменённых файлов: 45 добавлений и 4 удалений

Просмотреть файл

@@ -535,3 +535,10 @@ export function toggleSideBarAction(visible) {
});
}
}
export function emitBrowserFocus(focus) {
AppDispatcher.handleViewAction({
type: ActionTypes.BROWSER_CHANGE_FOCUS,
focus
});
}