From 5d2f92427db34ef47fc5042676deab15ef596ce1 Mon Sep 17 00:00:00 2001 From: Kuna <65683493+Thesourtimes@users.noreply.github.com> Date: Sun, 21 Nov 2021 15:35:59 +0000 Subject: [PATCH] Update util/src/entities/Config.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Erkin Alp Güney --- util/src/entities/Config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/src/entities/Config.ts b/util/src/entities/Config.ts index 56f6b741..492baa4c 100644 --- a/util/src/entities/Config.ts +++ b/util/src/entities/Config.ts @@ -191,6 +191,8 @@ export const DefaultConfigOptions: ConfigValue = { instanceDescription: "This is a Fosscord instance made in pre-relase days", frontPage: null, tosPage: null, + correspondenceEmail: "noreply@localhost.local", + correspondenceUserID: null, image: null, instanceId: Snowflake.generate(), },