Add misleading report type to posts (#5150)

* Add misleading report type to posts

* Update copy

* Update copy
zio/stable
Eric Bailey 2024-09-04 18:22:57 -05:00 committed by GitHub
parent 86de0dda02
commit 4d97a2aa16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@ export function useReportOptions(): ReportOptions {
other, other,
], ],
post: [ post: [
{
reason: ComAtprotoModerationDefs.REASONMISLEADING,
title: _(msg`Misleading Post`),
description: _(msg`Impersonation, misinformation, or false claims`),
},
{ {
reason: ComAtprotoModerationDefs.REASONSPAM, reason: ComAtprotoModerationDefs.REASONSPAM,
title: _(msg`Spam`), title: _(msg`Spam`),