diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-05-09 14:12:59 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-05-09 14:12:59 +0000 |
| commit | 622e8cd94feae777290236c5d5126343da93f142 (patch) | |
| tree | e628050fb732ea04c154bddbde844195652b09d2 /static | |
| parent | e341354cc7d3d83982ff5983b3433c35fc044bbf (diff) | |
| parent | 36b1c09831c809722c730a102af3d224597578be (diff) | |
Merge branch 'feature/who-to-follow-panel-configurable' into 'develop'
Who to follow panel (configurable)
See merge request pleroma/pleroma-fe!254
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/config.json b/static/config.json index 5cf4cdec..9cdb22d5 100644 --- a/static/config.json +++ b/static/config.json @@ -5,5 +5,10 @@ "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 } |
