Skip to content

Commit

Permalink
Regression: Revert silent: true (#18671)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Aug 25, 2020
1 parent 930d387 commit 00c243e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ui/client/lib/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const KonchatNotification = {
body: s.stripTags(message.msg),
tag: notification.payload._id,
canReply: true,
silent: true,
requireInteraction,
});

Expand Down

0 comments on commit 00c243e

Please sign in to comment.