diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-08-27 10:49:12 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-08-27 10:49:12 +0000 |
commit | 5ffaa2bf69679f118af9736d62535cc4eb870709 (patch) | |
tree | c45779f8bd0b53efcc059736574f120c4bcd6a55 | |
parent | e5642d75668298eff25309a8ee775ec38ed927f3 (diff) | |
download | pleroma-5ffaa2bf69679f118af9736d62535cc4eb870709.tar.gz pleroma-5ffaa2bf69679f118af9736d62535cc4eb870709.zip |
Revert "enable scope options and such"
This reverts commit e5642d75668298eff25309a8ee775ec38ed927f3.
-rw-r--r-- | priv/static/static/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/static/static/config.json b/priv/static/static/config.json index c2fb05e82..62b85aae5 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -11,6 +11,6 @@ "whoToFollowLink": "https://vinayaka.distsn.org/?{{host}}+{{user}}", "whoToFollowLinkDummy2": "https://followlink.osa-p.net/recommend.html", "showInstanceSpecificPanel": false, - "scopeOptionsEnabled": true, - "collapseMessageWithSubject": true + "scopeOptionsEnabled": false, + "collapseMessageWithSubject": false } |