aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2018-06-08 15:25:48 +0200
committerRoger Braun <roger@rogerbraun.net>2018-06-08 15:25:48 +0200
commitd64293506c3a7f48036ba6d1e29eb46dc0c17a40 (patch)
tree429bbf56ba62d57d7e007d2b9853c6762bae94d2 /static
parentee1b60c9c511dcbcec51fc6284e64477a5bbf68c (diff)
Make scope options optional, refactoring.
Diffstat (limited to 'static')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index 9cdb22d5..4dacfebe 100644
--- a/static/config.json
+++ b/static/config.json
@@ -10,5 +10,6 @@
"whoToFollowProviderDummy2": "https://followlink.osa-p.net/api/get_recommend.json?acct=@{{user}}@{{host}}",
"whoToFollowLink": "https://vinayaka.distsn.org/?{{host}}+{{user}}",
"whoToFollowLinkDummy2": "https://followlink.osa-p.net/recommend.html",
- "showInstanceSpecificPanel": false
+ "showInstanceSpecificPanel": false,
+ "scopeOptionsEnabled": false
}