Skip to content

Commit

Permalink
don’t show notification when sync message trazyn#27
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Sep 12, 2017
1 parent 3ea03de commit 352cee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/stores/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ class Chat {
message = await resolveMessage(message);

if (!helper.isMuted(user)
&& !sync
&& settings.showNotification) {
/* eslint-disable */
new Notification(title, {
Expand Down

0 comments on commit 352cee2

Please sign in to comment.