summaryrefslogtreecommitdiffstats
path: root/models/cardComments.js
diff options
context:
space:
mode:
authorwindblow <cskim.ns@gmail.com>2019-04-06 12:45:31 +0300
committerwindblow <cskim.ns@gmail.com>2019-04-06 12:45:31 +0300
commit143e93f483c947185d7db1380bad23005e3d946c (patch)
treebb46902f7c92d81ae2753d4d5a013eca90a54a58 /models/cardComments.js
parentb680bb53725103f186ac1c7cb604fbd4a5773051 (diff)
downloadwekan-143e93f483c947185d7db1380bad23005e3d946c.tar.gz
wekan-143e93f483c947185d7db1380bad23005e3d946c.tar.bz2
wekan-143e93f483c947185d7db1380bad23005e3d946c.zip
Add variables for activity notifications Fixes #2285
Diffstat (limited to 'models/cardComments.js')
-rw-r--r--models/cardComments.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/models/cardComments.js b/models/cardComments.js
index fcb97104..2bcb5453 100644
--- a/models/cardComments.js
+++ b/models/cardComments.js
@@ -87,6 +87,8 @@ function commentCreation(userId, doc){
boardId: doc.boardId,
cardId: doc.cardId,
commentId: doc._id,
+ listId: doc.listId,
+ swimlaneId: doc.swimlaneId,
});
}