diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-07-18 11:47:22 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-07-18 11:47:22 -0500 |
commit | 8d47e6f112a8fb1d7b303deadadc90d19444ceca (patch) | |
tree | f2cbc0e66af92405b529b15117889e351a51bce5 /src | |
parent | aa4b79e77a52f612c5d62538270a138c8aac88b6 (diff) | |
parent | 9ac820baac64a6f8cc5842f96a5a0d535e408975 (diff) | |
download | voidsky-8d47e6f112a8fb1d7b303deadadc90d19444ceca.tar.zst |
Merge branch 'therealjeffg-term_violation_addition' into main
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..b53c54caa 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"> + Name or Description Violates Community Standards + </Text> + <Text style={pal.textLight}> + Terms used violate community standards + </Text> + </View> + ), + }, ], [pal], ) |