From: Dessalines Date: Fri, 17 Feb 2023 02:07:22 +0000 (-0500) Subject: Adding reports send email to admins option (#932) X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=b0755bc010755fde53a701759ae5f2a28b58c837;p=lemmy-ui.git Adding reports send email to admins option (#932) --- diff --git a/lemmy-translations b/lemmy-translations index 21808b4..819531a 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit 21808b45ea3ef7fa91654d4f6738b5144da6bfe7 +Subproject commit 819531ae64c6cba12cb406eb98333fd52988bf3e diff --git a/package.json b/package.json index 7f7abbd..ab6f800 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 668f00d..8faa3e5 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 { +
+
+
+ + +
+
+