mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
disabling pushUnreadCount for now, perhaps this might be good on redis too?
This commit is contained in:
@@ -157,7 +157,12 @@ module.exports = function(Topics) {
|
||||
}
|
||||
|
||||
Topics.pushUnreadCount = function(uids, callback) {
|
||||
return;
|
||||
if (typeof callback === 'function') {
|
||||
return callback(null);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
|
||||
var websockets = require('./../socket.io');
|
||||
|
||||
if (!uids) {
|
||||
|
||||
Reference in New Issue
Block a user