adds additional reason for reporting an account profile

zio/stable
Jeff Griffiths 2023-07-14 09:50:55 -07:00
parent 3bd891b01a
commit 76aa792afd
No known key found for this signature in database
1 changed files with 13 additions and 0 deletions

View File

@ -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],
)