mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
whoops
This commit is contained in:
@@ -398,7 +398,6 @@ var async = require('async'),
|
||||
};
|
||||
|
||||
Topics.pushUnreadCount = function(uids, callback) {
|
||||
if (uids == 0) throw new Error();
|
||||
if (!uids) {
|
||||
clients = websockets.getConnectedClients();
|
||||
uids = Object.keys(clients);
|
||||
|
||||
Reference in New Issue
Block a user