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
},
// TODO
channel_id: {
$or: [{
channel_id: {
$exists: false
}, null]
}
}, {
channel_id: null
}]
} as any;
if (sinceId) {
sort._id = 1;