mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
This commit is contained in:
@@ -125,6 +125,7 @@ topicsController.get = function(req, res, callback) {
|
||||
});
|
||||
},
|
||||
function (topicData, next) {
|
||||
|
||||
var breadcrumbs = [
|
||||
{
|
||||
text: topicData.category.name,
|
||||
|
||||
Reference in New Issue
Block a user