Skip to content

Commit

Permalink
add seen array to intialized picture object
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanyukio committed Mar 11, 2015
1 parent 79b80dc commit ef8df33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/template/camera/take_photo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if (Meteor.isClient) {
usersVotedUp: [],
usersVotedDown: [],
comments: [],
seen: [Meteor.user()._id],
user: Meteor.user()
},
$addToSet: { seen: Meteor.user()._id }
Expand Down

0 comments on commit ef8df33

Please sign in to comment.