mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Resolve #4325
This commit is contained in:
parent
a4db6555d0
commit
fc4664ab60
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export default define(meta, async (ps, user) => {
|
|||
$gt: new Date(Date.now() - day)
|
||||
},
|
||||
deletedAt: null,
|
||||
visibility: { $in: ['public', 'home'] },
|
||||
visibility: 'public',
|
||||
'_user.host': null,
|
||||
...(hideUserIds && hideUserIds.length > 0 ? { userId: { $nin: hideUserIds } } : {})
|
||||
}, {
|
||||
|
|
Loading…
Add table
Reference in a new issue