mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
closes #2089
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user