diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-07-18 11:43:14 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-07-18 11:43:14 -0500 |
commit | ff61fc3c1dfad50762377be613268f671fefe42c (patch) | |
tree | 6d4d01e923765128b365bf20e7a5a7cada39abc6 /src | |
parent | aa4b79e77a52f612c5d62538270a138c8aac88b6 (diff) | |
parent | 76aa792afd60ae6acbc31e30e7668c7b87b28113 (diff) | |
download | voidsky-ff61fc3c1dfad50762377be613268f671fefe42c.tar.zst |
Merge branch 'term_violation_addition' of https://github.com/therealjeffg/social-app into therealjeffg-term_violation_addition
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/report/ReportAccount.tsx | 13 |
1 files changed, 13 insertions, 0 deletions
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 = ({ </View> ), }, + { + key: ComAtprotoModerationDefs.REASONVIOLATION, + label: ( + <View> + <Text style={pal.text} type="md-bold"> + Account handle, display name or description contains terms that violate community standards. + </Text> + <Text style={pal.textLight}> + Violation; terms used violate community standards + </Text> + </View> + ), + }, ], [pal], ) |