mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[backend] Don't return local only notes for guest users
This commit is contained in:
parent
b100b88971
commit
6d715cfef5
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export function generateVisibilityQuery(
|
|||
`note.visibility = 'home'`,
|
||||
);
|
||||
}),
|
||||
);
|
||||
)
|
||||
.andWhere('note.localOnly = FALSE');
|
||||
} else {
|
||||
const followingQuery = Followings.createQueryBuilder("following")
|
||||
.select("following.followeeId")
|
||||
|
|
Loading…
Reference in a new issue