aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorensra <ensra@users.noreply.github.com>2018-08-20 03:41:40 +0100
committerensra <ensra@users.noreply.github.com>2018-08-20 03:41:40 +0100
commit3ec8e43a9704b2945d58395dba997adfa2106df5 (patch)
treec2bff1c7dfe6031728acbd42e2995c329cd829ea /static/config.json
parent671db023da097c90e7a2cf67b7218bd13be51bb0 (diff)
Rename expandCW to collapseMessageWithSubject.
Add option to config.json, disabled by default.
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json3
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
}