diff options
| author | kaniini <nenolod@gmail.com> | 2018-08-20 02:51:20 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-08-20 02:51:20 +0000 |
| commit | 4ba4772e921ce0600e62e116bbc8e68686e51f32 (patch) | |
| tree | c2bff1c7dfe6031728acbd42e2995c329cd829ea /static | |
| parent | 9982376f9a316a5e4224ea44c7392b272f5549d1 (diff) | |
| parent | 3ec8e43a9704b2945d58395dba997adfa2106df5 (diff) | |
Merge branch 'cw-clickthrough' into 'develop'
Add support for configurable CW clickthrough
See merge request pleroma/pleroma-fe!310
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 4dacfebe..62b85aae 100644 --- a/static/config.json +++ b/static/config.json @@ -11,5 +11,6 @@ "whoToFollowLink": "https://vinayaka.distsn.org/?{{host}}+{{user}}", "whoToFollowLinkDummy2": "https://followlink.osa-p.net/recommend.html", "showInstanceSpecificPanel": false, - "scopeOptionsEnabled": false + "scopeOptionsEnabled": false, + "collapseMessageWithSubject": false } |
