mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
fix notification bug on comment
This commit is contained in:
parent
55fcdf98dc
commit
477182f17f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
Comments.getNotificationProperties = function (comment) {
|
||||
Comments.getNotificationProperties = function (data) {
|
||||
const comment = data.comment;
|
||||
var commentAuthor = Meteor.users.findOne(comment.userId);
|
||||
var post = Posts.findOne(comment.postId);
|
||||
var properties = {
|
||||
|
|
Loading…
Add table
Reference in a new issue