mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00: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:
parent
03d3e32be9
commit
cca1565b99
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue