Tweak the default config

This commit is contained in:
Thomas Sileo 2018-07-18 00:29:45 +02:00
parent ce4ff0b92e
commit 66c80e1084

View file

@ -72,7 +72,7 @@ with open(os.path.join(KEY_DIR, "me.yml")) as f:
PASS = conf["pass"]
EXTRA_INBOXES = conf.get("extra_inboxes", [])
HIDE_FOLLOWING = conf.get("hide_following", False)
HIDE_FOLLOWING = conf.get("hide_following", True)
# Theme-related config
theme_conf = conf.get("theme", {})