Bluesky app fork with some witchin' additions 💫

Merge branch 'therealjeffg-term_violation_addition' into main

+13
+13
src/view/com/modals/report/ReportAccount.tsx
··· 123 123 </View> 124 124 ), 125 125 }, 126 + { 127 + key: ComAtprotoModerationDefs.REASONVIOLATION, 128 + label: ( 129 + <View> 130 + <Text style={pal.text} type="md-bold"> 131 + Name or Description Violates Community Standards 132 + </Text> 133 + <Text style={pal.textLight}> 134 + Terms used violate community standards 135 + </Text> 136 + </View> 137 + ), 138 + }, 126 139 ], 127 140 [pal], 128 141 )