mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
13 lines
417 B
JavaScript
13 lines
417 B
JavaScript
export const reportReasonCategoriesDatabaseList = () => {
|
|
return [
|
|
'other', // element # zero, because it is the nutral one
|
|
'discrimination_etc',
|
|
'pornographic_content_links',
|
|
'glorific_trivia_of_cruel_inhuman_acts',
|
|
'doxing',
|
|
'intentional_intimidation_stalking_persecution',
|
|
'advert_products_services_commercial',
|
|
'criminal_behavior_violation_german_law',
|
|
]
|
|
}
|