From 8ae03c37181822617418d1fc372982b245ac0a9a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 3 Sep 2019 09:49:04 +0200 Subject: Add creation reason --- shared/extra-utils/server/config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/extra-utils/server/config.ts') diff --git a/shared/extra-utils/server/config.ts b/shared/extra-utils/server/config.ts index 785421c98..66e0a008e 100644 --- a/shared/extra-utils/server/config.ts +++ b/shared/extra-utils/server/config.ts @@ -55,6 +55,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti terms: 'my super terms', codeOfConduct: 'my super coc', + creationReason: 'my super creation reason', moderationInformation: 'my super moderation information', administrator: 'Kuja', maintenanceLifetime: 'forever', -- cgit v1.2.3