Skip to content

Commit

Permalink
edited notification to remove the prefix new message from
Browse files Browse the repository at this point in the history
  • Loading branch information
techievivek committed Apr 21, 2022
1 parent b6bf89f commit 2da82a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default {
const plainTextMessage = Str.htmlDecode((_.find(message, f => f.type === 'COMMENT') || {}).text);

push({
title: `New message from ${plainTextPerson}`,
title: plainTextPerson,
body: plainTextMessage,
delay: 0,
onClick,
Expand Down

0 comments on commit 2da82a1

Please sign in to comment.