1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-11-29 15:28:31 +09:00
This commit is contained in:
syuilo 2017-11-01 12:44:53 +09:00
parent 1c73b08e95
commit 5f968f3f25

View File

@ -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;