Skip to content

Commit 4d97a2a

Browse files
Add misleading report type to posts (#5150)
* Add misleading report type to posts * Update copy * Update copy
1 parent 86de0dd commit 4d97a2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/moderation/useReportOptions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ export function useReportOptions(): ReportOptions {
6262
other,
6363
],
6464
post: [
65+
{
66+
reason: ComAtprotoModerationDefs.REASONMISLEADING,
67+
title: _(msg`Misleading Post`),
68+
description: _(msg`Impersonation, misinformation, or false claims`),
69+
},
6570
{
6671
reason: ComAtprotoModerationDefs.REASONSPAM,
6772
title: _(msg`Spam`),

0 commit comments

Comments
 (0)