Update hashtags.ts
This commit is contained in:
parent
ad9bc299be
commit
535f3ddf13
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ export default define(meta, async (ps) => {
|
|||
createdAt: {
|
||||
$gt: new Date(Date.now() - span)
|
||||
},
|
||||
visibility: {
|
||||
$in: ['public', 'home']
|
||||
},
|
||||
tagsLower: {
|
||||
$exists: true,
|
||||
$ne: []
|
||||
|
|
Loading…
Reference in a new issue