mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(push notifications): always strip markdown from push notification text
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user