forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
abe14c1665
commit
3f9e5fffbe
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ module.exports = async (params, user, app) => {
|
||||||
$nin: mutedUserIds
|
$nin: mutedUserIds
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// public only
|
||||||
|
visibility: 'public',
|
||||||
|
|
||||||
// local
|
// local
|
||||||
'_user.host': null
|
'_user.host': null
|
||||||
} as any;
|
} as any;
|
||||||
|
|
Loading…
Reference in a new issue