diff options
| author | kaniini <nenolod@gmail.com> | 2018-08-26 20:31:25 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-08-26 20:31:25 +0000 |
| commit | 257da5c740fd1f00bbedeff2ba66cbbcb6fcd74a (patch) | |
| tree | 64200f4690bfa23e8f3ee2f7f3b526e214238379 | |
| parent | bc4f09b775c0224b273b5db96fabf6bf41bc9e32 (diff) | |
| parent | 7fc4506d29ac12910d32aaaac78479b1d9ba3b11 (diff) | |
Merge branch 'remove-unused-settings' into 'develop'
Remove unused settings
See merge request pleroma/pleroma-fe!319
| -rw-r--r-- | static/config.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/static/config.json b/static/config.json index 62b85aae..afcb0163 100644 --- a/static/config.json +++ b/static/config.json @@ -5,11 +5,6 @@ "redirectRootNoLogin": "/main/all", "redirectRootLogin": "/main/friends", "chatDisabled": false, - "showWhoToFollowPanel": false, - "whoToFollowProvider": "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}", - "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, "scopeOptionsEnabled": false, "collapseMessageWithSubject": false |
