Merge branch 'term_violation_addition' of https://github.com/therealjeffg/social-app into therealjeffg-term_violation_addition
This commit is contained in:
commit
ff61fc3c1d
1 changed files with 13 additions and 0 deletions
|
@ -123,6 +123,19 @@ const SelectIssue = ({
|
||||||
</View>
|
</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],
|
[pal],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue