This commit is contained in:
syuilo 2017-12-21 15:30:15 +09:00
parent 89b65fd16c
commit 93dafa205e

View file

@ -111,7 +111,7 @@ async function byNative(res, rej, me, text, userId, following, reply, repost, me
user_id: following ? { user_id: following ? {
$in: ids $in: ids
} : { } : {
$nin: ids $nin: ids.concat(me._id)
} }
}); });
} }