diff options
| author | ensra <ensra@users.noreply.github.com> | 2018-08-20 03:41:40 +0100 |
|---|---|---|
| committer | ensra <ensra@users.noreply.github.com> | 2018-08-20 03:41:40 +0100 |
| commit | 3ec8e43a9704b2945d58395dba997adfa2106df5 (patch) | |
| tree | c2bff1c7dfe6031728acbd42e2995c329cd829ea /static/config.json | |
| parent | 671db023da097c90e7a2cf67b7218bd13be51bb0 (diff) | |
Rename expandCW to collapseMessageWithSubject.
Add option to config.json, disabled by default.
Diffstat (limited to 'static/config.json')
| -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 } |
