Guest User

Untitled

a guest
Nov 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Posts.insert({
  2. post:post,
  3. author:username,
  4. date:date,
  5. createdAt:new Date(),
  6. comment:{
  7. commentBy:'',
  8. commentMsg:''
  9. },
  10. userId:Meteor.userId()
  11. })
  12.  
  13. Posts.update(thisPost,{$addToSet:{comment.commentedBy:Name,comment.commentMsg:post}});
Add Comment
Please, Sign In to add comment