From 76aa792afd60ae6acbc31e30e7668c7b87b28113 Mon Sep 17 00:00:00 2001 From: Jeff Griffiths Date: Fri, 14 Jul 2023 09:50:55 -0700 Subject: adds additional reason for reporting an account profile --- src/view/com/modals/report/ReportAccount.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src') diff --git a/src/view/com/modals/report/ReportAccount.tsx b/src/view/com/modals/report/ReportAccount.tsx index 47d647870..eae7de25c 100644 --- a/src/view/com/modals/report/ReportAccount.tsx +++ b/src/view/com/modals/report/ReportAccount.tsx @@ -123,6 +123,19 @@ const SelectIssue = ({ ), }, + { + key: ComAtprotoModerationDefs.REASONVIOLATION, + label: ( + + + Account handle, display name or description contains terms that violate community standards. + + + Violation; terms used violate community standards + + + ), + }, ], [pal], ) -- cgit 1.4.1