mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 13:45:56 +02:00
Fix bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user