An ATproto social media client -- with an independent Appview.

Add misleading report type to posts (#5150)

* Add misleading report type to posts

* Update copy

* Update copy

authored by

Eric Bailey and committed by
GitHub
4d97a2aa 86de0dda

+5
+5
src/lib/moderation/useReportOptions.ts
··· 63 63 ], 64 64 post: [ 65 65 { 66 + reason: ComAtprotoModerationDefs.REASONMISLEADING, 67 + title: _(msg`Misleading Post`), 68 + description: _(msg`Impersonation, misinformation, or false claims`), 69 + }, 70 + { 66 71 reason: ComAtprotoModerationDefs.REASONSPAM, 67 72 title: _(msg`Spam`), 68 73 description: _(msg`Excessive mentions or replies`),