Fix #1887
This commit is contained in:
parent
e9717da916
commit
dc8f14c23a
|
@ -124,6 +124,9 @@ export default async (params: any, user: ILocalUser) => {
|
|||
// フォローしている人の投稿
|
||||
$or: followQuery
|
||||
}, {
|
||||
// public only
|
||||
visibility: 'public',
|
||||
|
||||
// local
|
||||
'_user.host': null
|
||||
}],
|
||||
|
|
Loading…
Reference in New Issue