diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-03 09:49:04 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-09-05 10:17:02 +0200 |
commit | 8ae03c37181822617418d1fc372982b245ac0a9a (patch) | |
tree | e98e4a57ca85f2fd982aa8054476c9983cbb2398 /shared/extra-utils/server/config.ts | |
parent | 589d9f55f6f3f0d069d4bbb207d3d20769cc4ded (diff) | |
download | PeerTube-8ae03c37181822617418d1fc372982b245ac0a9a.tar.gz PeerTube-8ae03c37181822617418d1fc372982b245ac0a9a.tar.zst PeerTube-8ae03c37181822617418d1fc372982b245ac0a9a.zip |
Add creation reason
Diffstat (limited to 'shared/extra-utils/server/config.ts')
-rw-r--r-- | shared/extra-utils/server/config.ts | 1 |
1 files changed, 1 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', |