I thought this must be just one line or one function. I stared at the code and the database, and didn't get what's the point of the matter.
Sorry. I just could reproduce it, but didn't know why it works that way.
Just a little bug but the SocketPosts.getFavouritedUsers
present in src/socket.io/posts.js
on 0.5.X is no longer avaible in master branch. Was it dropped or is it just an oversight ?
I has been removed, it was added before we had upvoting that functionaly is now moved to show people who have upvoted a post.
@baris I've found it, so it shows upvoters instead of favourites now. It makes sense since favourites are private. Thanks