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/models/server/custom-config.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/models/server/custom-config.model.ts') diff --git a/shared/models/server/custom-config.model.ts b/shared/models/server/custom-config.model.ts index 0c331a820..a7c2a3bab 100644 --- a/shared/models/server/custom-config.model.ts +++ b/shared/models/server/custom-config.model.ts @@ -8,6 +8,7 @@ export interface CustomConfig { terms: string codeOfConduct: string + creationReason: string moderationInformation: string administrator: string maintenanceLifetime: string -- cgit v1.2.3