mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
d29a5ea57c
commit
1ef035ce04
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ module.exports = async (params, user, app) => {
|
|||
$nin: mutedUserIds
|
||||
},
|
||||
|
||||
// public only
|
||||
visibility: 'public',
|
||||
|
||||
// local
|
||||
'_user.host': null
|
||||
} as any;
|
||||
|
|
Loading…
Add table
Reference in a new issue