forked from FoundKeyGang/FoundKey
Fix #1887
This commit is contained in:
parent
e9717da916
commit
dc8f14c23a
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ export default async (params: any, user: ILocalUser) => {
|
||||||
// フォローしている人の投稿
|
// フォローしている人の投稿
|
||||||
$or: followQuery
|
$or: followQuery
|
||||||
}, {
|
}, {
|
||||||
|
// public only
|
||||||
|
visibility: 'public',
|
||||||
|
|
||||||
// local
|
// local
|
||||||
'_user.host': null
|
'_user.host': null
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in a new issue