This commit is contained in:
barisusakli
2014-09-15 14:34:01 -04:00
parent 82e721e854
commit 7c3dc4877a
4 changed files with 55 additions and 2 deletions

View File

@@ -166,6 +166,7 @@ accountsController.getAccount = function(req, res, next) {
return p && parseInt(p.deleted, 10) !== 1;
});
userData.nextStart = results.posts.nextStart;
userData.isFollowing = results.isFollowing;
if (!userData.profileviews) {