logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: e5642d75668298eff25309a8ee775ec38ed927f3
parent: 5dd6542db5a396b6ae056218c811d2a860612e4f
Author: William Pitcock <nenolod@dereferenced.org>
Date:   Mon, 20 Aug 2018 18:29:53 +0000

enable scope options and such

Diffstat:

Mpriv/static/static/config.json4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 }