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/about.model.ts | 1 + shared/models/server/custom-config.model.ts | 1 + 2 files changed, 2 insertions(+) (limited to 'shared/models/server') diff --git a/shared/models/server/about.model.ts b/shared/models/server/about.model.ts index e32ed26ee..bde4e0b50 100644 --- a/shared/models/server/about.model.ts +++ b/shared/models/server/about.model.ts @@ -7,6 +7,7 @@ export interface About { codeOfConduct: string + creationReason: string moderationInformation: string administrator: string maintenanceLifetime: string 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