fix(push notifications): always strip markdown from push notification text

This commit is contained in:
Matteo Pagliazzi
2020-06-26 15:27:02 +02:00
parent 398b3c1f0d
commit c7eae6f26b
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ export async function sendChatPushNotifications (user, group, message, mentions,
groupID: group._id,
type: group.type,
groupName: group.name,
message: message.text,
message: message.unformattedText,
timestamp: message.timestamp,
senderName: message.user,
},