Update hashtags.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2020-02-02 00:55:29 +09:00 committed by GitHub
parent ad9bc299be
commit 535f3ddf13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,9 @@ export default define(meta, async (ps) => {
createdAt: { createdAt: {
$gt: new Date(Date.now() - span) $gt: new Date(Date.now() - span)
}, },
visibility: {
$in: ['public', 'home']
},
tagsLower: { tagsLower: {
$exists: true, $exists: true,
$ne: [] $ne: []