add date to comments
This commit is contained in:
parent
72913d728a
commit
33c2b5e1c4
@ -253,7 +253,8 @@ Meteor.methods({
|
|||||||
}, {
|
}, {
|
||||||
$set: {
|
$set: {
|
||||||
comments: comments,
|
comments: comments,
|
||||||
user:user
|
user:user,
|
||||||
|
time: new Date()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user