merge: fix: generateMutedUserQuery for notes/children endpoint (!736)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/736
This commit is contained in:
commit
2b03bd0b19
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
|||
this.queryService.generateVisibilityQuery(query, me);
|
||||
if (me) {
|
||||
this.queryService.generateBlockedUserQuery(query, me);
|
||||
this.queryService.generateMutedUserQuery(query, me);
|
||||
}
|
||||
|
||||
const notes = await query.limit(ps.limit).getMany();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue