call generateExcludedRepliesQueryForNotes from bubble, global, hybrid, local, home, list, and role timelines

This commit is contained in:
Hazelnoot 2025-08-13 11:58:18 -04:00
parent a4012b535b
commit 6e00abc1f0
7 changed files with 10 additions and 27 deletions

View file

@ -95,6 +95,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
this.queryService
.leftJoin(query, 'note.userInstance', 'userInstance');
this.queryService.generateExcludedRepliesQueryForNotes(query, me);
this.queryService.generateBlockedHostQueryForNote(query);
this.queryService.generateSuspendedUserQueryForNote(query);
this.queryService.generateSilencedUserQueryForNotes(query, me);