Skip to content

Commit

Permalink
Add misleading report type to posts (#5150)
Browse files Browse the repository at this point in the history
* Add misleading report type to posts

* Update copy

* Update copy
  • Loading branch information
estrattonbailey authored Sep 4, 2024
1 parent 86de0dd commit 4d97a2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/moderation/useReportOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ export function useReportOptions(): ReportOptions {
other,
],
post: [
{
reason: ComAtprotoModerationDefs.REASONMISLEADING,
title: _(msg`Misleading Post`),
description: _(msg`Impersonation, misinformation, or false claims`),
},
{
reason: ComAtprotoModerationDefs.REASONSPAM,
title: _(msg`Spam`),
Expand Down

0 comments on commit 4d97a2a

Please sign in to comment.