View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/727 Closes #757 Approved-by: Julia <julia@insertdomain.name> Approved-by: Marie <github@yuugi.dev> Approved-by: Hazelnoot <acomputerdog@gmail.com>
This commit is contained in:
commit
da2dfee0a8
|
@ -66,10 +66,6 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
||||||
throw new ApiError(meta.errors.cannotReportYourself);
|
throw new ApiError(meta.errors.cannotReportYourself);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (await this.roleService.isAdministrator(targetUser)) {
|
|
||||||
throw new ApiError(meta.errors.cannotReportAdmin);
|
|
||||||
}
|
|
||||||
|
|
||||||
await this.abuseReportService.report([{
|
await this.abuseReportService.report([{
|
||||||
targetUserId: targetUser.id,
|
targetUserId: targetUser.id,
|
||||||
targetUserHost: targetUser.host,
|
targetUserHost: targetUser.host,
|
||||||
|
|
Loading…
Reference in New Issue