diff options
| author | Roger Braun <roger@rogerbraun.net> | 2018-06-08 15:25:48 +0200 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2018-06-08 15:25:48 +0200 |
| commit | d64293506c3a7f48036ba6d1e29eb46dc0c17a40 (patch) | |
| tree | 429bbf56ba62d57d7e007d2b9853c6762bae94d2 /static | |
| parent | ee1b60c9c511dcbcec51fc6284e64477a5bbf68c (diff) | |
Make scope options optional, refactoring.
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 3 |
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 } |
