mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 01:56:12 +01:00
a bit more integration for #6463
This commit is contained in:
@@ -39,6 +39,7 @@ module.exports = function (Messaging) {
|
||||
|
||||
db.getObjects(keys, next);
|
||||
},
|
||||
async.apply(user.blocks.filter, uid, 'fromuid'),
|
||||
function (_messages, next) {
|
||||
messages = _messages.map(function (msg, idx) {
|
||||
if (msg) {
|
||||
|
||||
Reference in New Issue
Block a user