mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 20:13:36 +00:00
Merge pull request #1336 from akihikodaki/recommendation
Fix recommendation query
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
|
||||
$gte: new Date(Date.now() - ms('7days'))
|
||||
}
|
||||
}, {
|
||||
host: { $not: null }
|
||||
host: { $ne: null }
|
||||
}
|
||||
]
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user