call generateExcludedRepliesQueryForNotes from bubble, global, hybrid, local, home, list, and role timelines
This commit is contained in:
parent
a4012b535b
commit
6e00abc1f0
7 changed files with 10 additions and 27 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue