Add misleading report type to posts (#5150)
* Add misleading report type to posts * Update copy * Update copy
This commit is contained in:
@@ -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`),
|
||||||
|
|||||||
Reference in New Issue
Block a user