Compare commits

...

3 Commits

Author SHA1 Message Date
Eric Bailey efe6b7303c Update copy 2024-09-04 15:53:40 -05:00
Eric Bailey ed6c2ba398 Update copy 2024-09-04 15:28:32 -05:00
Eric Bailey 397f9fa87d Add misleading report type to posts 2024-09-04 15:23:21 -05:00
+5
View File
@@ -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`),