Add misleading report type to posts
This commit is contained in:
@@ -62,6 +62,13 @@ export function useReportOptions(): ReportOptions {
|
|||||||
other,
|
other,
|
||||||
],
|
],
|
||||||
post: [
|
post: [
|
||||||
|
{
|
||||||
|
reason: ComAtprotoModerationDefs.REASONMISLEADING,
|
||||||
|
title: _(msg`Misleading Account`),
|
||||||
|
description: _(
|
||||||
|
msg`Impersonation or false claims about identity or affiliation`,
|
||||||
|
),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
reason: ComAtprotoModerationDefs.REASONSPAM,
|
reason: ComAtprotoModerationDefs.REASONSPAM,
|
||||||
title: _(msg`Spam`),
|
title: _(msg`Spam`),
|
||||||
|
|||||||
Reference in New Issue
Block a user