diff --git a/shared/moderation/report.js b/shared/moderation/report.js new file mode 100644 index 000000000..a90837f67 --- /dev/null +++ b/shared/moderation/report.js @@ -0,0 +1,12 @@ +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', + ] +} diff --git a/webapp/components/Modal/ReportModal.vue b/webapp/components/Modal/ReportModal.vue index 56e49f87f..c0fff5abf 100644 --- a/webapp/components/Modal/ReportModal.vue +++ b/webapp/components/Modal/ReportModal.vue @@ -50,6 +50,7 @@