This commit is contained in:
Baris Soner Usakli
2014-02-27 23:45:12 -05:00
parent 0682b5c5ea
commit 091723a8c5
8 changed files with 251 additions and 30 deletions

View File

@@ -243,11 +243,11 @@ SocketPosts.getFavouritedUsers = function(socket, pid, callback) {
SocketPosts.getPidPage = function(socket, pid, callback) {
posts.getPidPage(pid, socket.uid, callback);
}
};
SocketPosts.getPidIndex = function(socket, pid, callback) {
posts.getPidIndex(pid, callback);
}
};
SocketPosts.flag = function(socket, pid, callback) {
if (!socket.uid) {