This commit is contained in:
syuilo 2018-07-14 00:36:39 +09:00
parent e9717da916
commit dc8f14c23a
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,9 @@ export default async (params: any, user: ILocalUser) => {
// フォローしている人の投稿
$or: followQuery
}, {
// public only
visibility: 'public',
// local
'_user.host': null
}],