test with trusted instances

This commit is contained in:
les
2020-03-18 20:31:06 +01:00
parent 366c5992f6
commit 2818930089
3 changed files with 58 additions and 9 deletions
+2 -7
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 = {