about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFoysal Ahamed <foysal@blueskyweb.xyz>2024-01-11 08:16:45 +0100
committerGitHub <noreply@github.com>2024-01-10 23:16:45 -0800
commit3662259c5be4e66d75adb084071835aedccb9e02 (patch)
treec41dfbc6abe8eaca28c0041e2f7e06b0f1f0f865
parent17f7c36edfcacfad5a56b72628e3762de04f5d0d (diff)
downloadvoidsky-3662259c5be4e66d75adb084071835aedccb9e02.tar.zst
:sparkles: New report type, appeal (#2455)
-rw-r--r--src/view/com/modals/AppealLabel.tsx2
1 files changed, 1 insertions, 1 deletions
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,