aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-08-20 18:29:53 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-08-27 10:46:01 +0000
commite5642d75668298eff25309a8ee775ec38ed927f3 (patch)
tree64fbab4b772c6cf4d133fc7bf80b53d72d984525
parent5dd6542db5a396b6ae056218c811d2a860612e4f (diff)
downloadpleroma-e5642d75668298eff25309a8ee775ec38ed927f3.tar.gz
enable scope options and such
-rw-r--r--priv/static/static/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/static/static/config.json b/priv/static/static/config.json
index 62b85aae5..c2fb05e82 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": false,
- "collapseMessageWithSubject": false
+ "scopeOptionsEnabled": true,
+ "collapseMessageWithSubject": true
}