From 79cbeac2446e5b3b28f1919dfe92f9c6fd81d7d8 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 16 Feb 2023 21:07:22 -0500 Subject: [PATCH] Adding reports send email to admins option (#932) --- package.json | 2 +- src/shared/components/home/site-form.tsx | 25 ++++++++++++++++++++++++ yarn.lock | 8 ++++---- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7f7abbdb..ab6f8007 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "inferno-server": "^8.0.5", "isomorphic-cookie": "^1.2.4", "jwt-decode": "^3.1.2", - "lemmy-js-client": "0.17.0-rc.62", + "lemmy-js-client": "0.17.2-rc.1", "markdown-it": "^13.0.1", "markdown-it-container": "^3.0.0", "markdown-it-footnote": "^3.0.3", diff --git a/src/shared/components/home/site-form.tsx b/src/shared/components/home/site-form.tsx index 668f00dd..8faa3e58 100644 --- a/src/shared/components/home/site-form.tsx +++ b/src/shared/components/home/site-form.tsx @@ -82,6 +82,7 @@ export class SiteForm extends Component { default_post_listing_type: ls.default_post_listing_type, legal_information: ls.legal_information, application_email_admins: ls.application_email_admins, + reports_email_admins: ls.reports_email_admins, hide_modlog_mod_names: ls.hide_modlog_mod_names, discussion_languages: this.props.siteRes.discussion_languages, slur_filter_regex: ls.slur_filter_regex, @@ -390,6 +391,25 @@ export class SiteForm extends Component { +
+
+
+ + +
+
+