first batch of changes

This commit is contained in:
Baris Usakli
2013-07-02 16:24:13 -04:00
parent 67247876ff
commit 1a992b7147
8 changed files with 278 additions and 251 deletions

View File

@@ -292,7 +292,7 @@ var user = require('./../user.js'),
user.isFollowing(callerUID, userData.theirid, function(isFollowing) {
posts.getPostsByUid(userData.theirid, function(posts) {
posts.getPostsByUid(userData.theirid, 0, 9, function(posts) {
userData.posts = posts;
userData.isFollowing = isFollowing;