test with trusted instances

This commit is contained in:
les
2020-03-14 18:45:20 +01:00
parent 366c5992f6
commit 2818930089
3 changed files with 58 additions and 9 deletions

View File

@@ -19,17 +19,12 @@ const defaultSettings = {
recurrent_event_visible: false,
enable_federation: true,
enable_resources: false,
hide_boosts: true
hide_boosts: true,
trusted_instances: []
}
/**
* Settings controller: store instance settings
* Current supported settings:
*
* Usage:
* backend/fediverse/api:
*
* frontend:
*/
const settingsController = {