From 3662259c5be4e66d75adb084071835aedccb9e02 Mon Sep 17 00:00:00 2001 From: Foysal Ahamed Date: Thu, 11 Jan 2024 08:16:45 +0100 Subject: :sparkles: New report type, appeal (#2455) --- src/view/com/modals/AppealLabel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/modals/AppealLabel.tsx b/src/view/com/modals/AppealLabel.tsx index 1a1947a9a..b0aaaf625 100644 --- a/src/view/com/modals/AppealLabel.tsx +++ b/src/view/com/modals/AppealLabel.tsx @@ -38,7 +38,7 @@ export function Component(props: ReportComponentProps) { ? 'com.atproto.repo.strongRef' : 'com.atproto.admin.defs#repoRef' await getAgent().createModerationReport({ - reasonType: ComAtprotoModerationDefs.REASONOTHER, + reasonType: ComAtprotoModerationDefs.REASONAPPEAL, subject: { $type, ...props, -- cgit 1.4.1