mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +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',
|
|
]
|
|
}
|