Add isNSFW instance configuration key

This commit is contained in:
Chocobozzz 2019-02-20 15:36:43 +01:00
parent 1aabcae7e3
commit f8802489bb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
14 changed files with 35 additions and 7 deletions

View file

@ -8,6 +8,7 @@ export interface ServerConfig {
name: string
shortDescription: string
defaultClientRoute: string
isNSFW: boolean
defaultNSFWPolicy: NSFWPolicyType
customizations: {
javascript: string