mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-27 04:17:51 -07:00
Fix #1887
This commit is contained in:
parent
39e2e3cdeb
commit
2e9a4e8f15
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ export default async (params: any, user: ILocalUser) => {
|
|||
// フォローしている人の投稿
|
||||
$or: followQuery
|
||||
}, {
|
||||
// public only
|
||||
visibility: 'public',
|
||||
|
||||
// local
|
||||
'_user.host': null
|
||||
}],
|
||||
|
|
Loading…
Reference in a new issue