mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
hot fix
This commit is contained in:
parent
6fef125ef0
commit
6e7d24455a
@ -22,8 +22,7 @@ exports.index = function (req, res, next) {
|
||||
ep.emit(idx === 0 ? 'has_read_messages' : 'hasnot_read_messages', docs);
|
||||
});
|
||||
msgs.forEach(function (doc) {
|
||||
console.log(doc._id, 1111111);
|
||||
Message.getMessageById(doc._id, epfill.done('message_ready'));
|
||||
Message.getMessageById(doc._id, epfill.group('message_ready'));
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user