pack users with "me" context in AbuseUserReportEntityService

This commit is contained in:
Hazelnoot 2025-05-28 01:32:45 -04:00
parent 36d7126992
commit cfbf2c9c8e
2 changed files with 9 additions and 6 deletions

View file

@ -134,7 +134,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
const reports = await query.limit(ps.limit).getMany();
return await this.abuseUserReportEntityService.packMany(reports);
return await this.abuseUserReportEntityService.packMany(reports, me);
});
}
}