mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
remove timeagoCutoff=1
This commit is contained in:
@@ -61,7 +61,6 @@ usersController.getOnlineUsers = async function (req, res) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
userData.anonymousUserCount = guests + hiddenCount;
|
userData.anonymousUserCount = guests + hiddenCount;
|
||||||
userData.timeagoCutoff = 1;
|
|
||||||
|
|
||||||
await render(req, res, userData);
|
await render(req, res, userData);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user