summaryrefslogtreecommitdiffstats
path: root/server/notifications/outgoing.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/notifications/outgoing.js')
-rw-r--r--server/notifications/outgoing.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/notifications/outgoing.js b/server/notifications/outgoing.js
index 07a0a903..ed3d8df7 100644
--- a/server/notifications/outgoing.js
+++ b/server/notifications/outgoing.js
@@ -29,7 +29,10 @@ Meteor.methods({
text: `${text}`,
};
- ['cardId', 'listId', 'oldListId', 'boardId'].forEach((key) => {
+ [ 'cardId', 'listId', 'oldListId',
+ 'boardId', 'comment', 'user',
+ 'card', 'commentId',
+ ].forEach((key) => {
if (params[key]) value[key] = params[key];
});
value.description = description;