diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/extra-utils/server/config.ts | 1 | ||||
-rw-r--r-- | shared/models/server/about.model.ts | 1 | ||||
-rw-r--r-- | shared/models/server/custom-config.model.ts | 1 |
3 files changed, 3 insertions, 0 deletions
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 | |||
55 | terms: 'my super terms', | 55 | terms: 'my super terms', |
56 | codeOfConduct: 'my super coc', | 56 | codeOfConduct: 'my super coc', |
57 | 57 | ||
58 | creationReason: 'my super creation reason', | ||
58 | moderationInformation: 'my super moderation information', | 59 | moderationInformation: 'my super moderation information', |
59 | administrator: 'Kuja', | 60 | administrator: 'Kuja', |
60 | maintenanceLifetime: 'forever', | 61 | maintenanceLifetime: 'forever', |
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 { | |||
7 | 7 | ||
8 | codeOfConduct: string | 8 | codeOfConduct: string |
9 | 9 | ||
10 | creationReason: string | ||
10 | moderationInformation: string | 11 | moderationInformation: string |
11 | administrator: string | 12 | administrator: string |
12 | maintenanceLifetime: string | 13 | 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 { | |||
8 | terms: string | 8 | terms: string |
9 | codeOfConduct: string | 9 | codeOfConduct: string |
10 | 10 | ||
11 | creationReason: string | ||
11 | moderationInformation: string | 12 | moderationInformation: string |
12 | administrator: string | 13 | administrator: string |
13 | maintenanceLifetime: string | 14 | maintenanceLifetime: string |