From: Dessalines Date: Tue, 27 Sep 2022 19:45:42 +0000 (-0400) Subject: Adding the email_admins for new application config. (#742) X-Git-Url: http://these/git/readmes/%7B%60https:/%24%7Bi.domain%7D%60%7D?a=commitdiff_plain;h=333642e0655c17319e21b72d13a811791956c1a1;p=lemmy-ui.git Adding the email_admins for new application config. (#742) --- diff --git a/src/shared/components/home/site-form.tsx b/src/shared/components/home/site-form.tsx index 74eef0a..bc0072c 100644 --- a/src/shared/components/home/site-form.tsx +++ b/src/shared/components/home/site-form.tsx @@ -53,6 +53,7 @@ export class SiteForm extends Component { legal_information: None, description: None, community_creation_admin_only: None, + application_email_admins: None, auth: undefined, hide_modlog_mod_names: Some(true), }), @@ -101,6 +102,7 @@ export class SiteForm extends Component { default_theme: Some(site.default_theme), default_post_listing_type: Some(site.default_post_listing_type), legal_information: site.legal_information, + application_email_admins: Some(site.application_email_admins), hide_modlog_mod_names: site.hide_modlog_mod_names, auth: undefined, }), @@ -388,6 +390,30 @@ export class SiteForm extends Component { +
+
+
+ + +
+
+