Merge branch 'therealjeffg-term_violation_addition' into main
commit
8d47e6f112
|
@ -123,6 +123,19 @@ const SelectIssue = ({
|
||||||
</View>
|
</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],
|
[pal],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue