debug log
This commit is contained in:
parent
cc7ddc840d
commit
7fd1f05bb3
|
@ -64,12 +64,11 @@ export default define(meta, paramDef, async (ps, user) => {
|
|||
throw new ApiError(meta.errors.rtlDisabled);
|
||||
}
|
||||
}
|
||||
console.log(`\n\n${m.recommendedInstances}\n\n`)
|
||||
|
||||
// .andWhere('(note.userHost IN (:instances)) OR (note.userHost IS NULL)', { instances: instances })
|
||||
//#region Construct query
|
||||
const query = makePaginationQuery(Notes.createQueryBuilder('note'),
|
||||
ps.sinceId, ps.untilId, ps.sinceDate, ps.untilDate)
|
||||
// Query where note.userHost is in recommended instances
|
||||
.andWhere('(note.userHost IN (:instances)) OR (note.userHost IS NULL)', { instances: m.recommendedInstances })
|
||||
// .andWhere(new Brackets(qb => {
|
||||
// qb.where('note.userHost IN :instances', { instances: m.recommendedInstances })
|
||||
|
|
Loading…
Reference in New Issue