manage / display trusted instances

This commit is contained in:
les
2020-03-18 10:11:24 +01:00
parent f42d96c06b
commit b298e29a2d
6 changed files with 76 additions and 22 deletions

View File

@@ -13,6 +13,7 @@ const defaultSettings = {
instance_timezone: 'Europe/Rome',
instance_locale: 'en',
instance_name: config.title.toLowerCase().replace(/ /g, ''),
instance_place: '',
allow_registration: true,
allow_anon_event: true,
allow_recurrent_event: false,
@@ -20,6 +21,7 @@ const defaultSettings = {
enable_federation: true,
enable_resources: false,
hide_boosts: true,
enable_trusted_instances: true,
trusted_instances: []
}