mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
This commit is contained in:
@@ -8,12 +8,11 @@ define('forum/topic', [
|
||||
'forum/topic/threadTools',
|
||||
'forum/topic/postTools',
|
||||
'forum/topic/events',
|
||||
'forum/topic/browsing',
|
||||
'forum/topic/posts',
|
||||
'navigator',
|
||||
'sort',
|
||||
'components'
|
||||
], function(infinitescroll, threadTools, postTools, events, browsing, posts, navigator, sort, components) {
|
||||
], function(infinitescroll, threadTools, postTools, events, posts, navigator, sort, components) {
|
||||
var Topic = {},
|
||||
currentUrl = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user