This commit is contained in:
syuilo 2017-11-01 12:44:53 +09:00
parent 1c73b08e95
commit 5f968f3f25
1 changed files with 6 additions and 4 deletions

View File

@ -44,11 +44,13 @@ module.exports = (params, user, app) => new Promise(async (res, rej) => {
$in: followingIds $in: followingIds
}, },
// TODO // TODO
channel_id: { $or: [{
$or: [{ channel_id: {
$exists: false $exists: false
}, null] }
} }, {
channel_id: null
}]
} as any; } as any;
if (sinceId) { if (sinceId) {
sort._id = 1; sort._id = 1;