forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
1c73b08e95
commit
5f968f3f25
1 changed files with 6 additions and 4 deletions
|
@ -44,11 +44,13 @@ module.exports = (params, user, app) => new Promise(async (res, rej) => {
|
|||
$in: followingIds
|
||||
},
|
||||
// TODO
|
||||
channel_id: {
|
||||
$or: [{
|
||||
$or: [{
|
||||
channel_id: {
|
||||
$exists: false
|
||||
}, null]
|
||||
}
|
||||
}
|
||||
}, {
|
||||
channel_id: null
|
||||
}]
|
||||
} as any;
|
||||
if (sinceId) {
|
||||
sort._id = 1;
|
||||
|
|
Loading…
Reference in a new issue