mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 04:37:36 +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',
|
||||
title: `${user.profile.name} mentioned you in ${this.name}`,
|
||||
message: newChatMessage.unformattedText,
|
||||
payload: { type: this.type },
|
||||
payload: { type: this.type, groupID: this._id },
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user