Fix: send appeals to the right labeler

This commit is contained in:
Paul Frazee
2024-03-13 14:27:03 -07:00
parent 7d8f373d2b
commit 1f8acd92a2
@@ -180,7 +180,9 @@ function AppealForm({
const $type = !isAccountReport const $type = !isAccountReport
? 'com.atproto.repo.strongRef' ? 'com.atproto.repo.strongRef'
: 'com.atproto.admin.defs#repoRef' : 'com.atproto.admin.defs#repoRef'
await getAgent().createModerationReport({ await getAgent()
.withProxy('atproto_labeler', label.src)
.createModerationReport({
reasonType: ComAtprotoModerationDefs.REASONAPPEAL, reasonType: ComAtprotoModerationDefs.REASONAPPEAL,
subject: { subject: {
$type, $type,