mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
no quotes
This commit is contained in:
parent
92b914b581
commit
8af503ec91
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export default define(meta, paramDef, async (ps, user) => {
|
|||
const query = makePaginationQuery(Notes.createQueryBuilder('note'),
|
||||
ps.sinceId, ps.untilId, ps.sinceDate, ps.untilDate)
|
||||
.andWhere('(note.visibility = \'public\')')
|
||||
.andWhere('(note.userHost = ANY(\'meta.recommendedInstances\'))')
|
||||
.andWhere('(note.userHost = ANY(meta.recommendedInstances))')
|
||||
.innerJoinAndSelect('note.user', 'user')
|
||||
.leftJoinAndSelect('user.avatar', 'avatar')
|
||||
.leftJoinAndSelect('user.banner', 'banner')
|
||||
|
|
Loading…
Reference in a new issue