Add misleading report type to posts (#5150)
* Add misleading report type to posts * Update copy * Update copyzio/stable
parent
86de0dda02
commit
4d97a2aa16
|
@ -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`),
|
||||
|
|
Loading…
Reference in New Issue