mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
Send group ID with @mention push notifications (#13440)
This allows the apps to open the correct group page directly
This commit is contained in:
@@ -645,7 +645,7 @@ schema.methods.sendChat = function sendChat (options = {}) {
|
|||||||
identifier: 'chatMention',
|
identifier: 'chatMention',
|
||||||
title: `${user.profile.name} mentioned you in ${this.name}`,
|
title: `${user.profile.name} mentioned you in ${this.name}`,
|
||||||
message: newChatMessage.unformattedText,
|
message: newChatMessage.unformattedText,
|
||||||
payload: { type: this.type },
|
payload: { type: this.type, groupID: this._id },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user