Tweak the default config
This commit is contained in:
@@ -72,7 +72,7 @@ with open(os.path.join(KEY_DIR, "me.yml")) as f:
|
|||||||
PASS = conf["pass"]
|
PASS = conf["pass"]
|
||||||
EXTRA_INBOXES = conf.get("extra_inboxes", [])
|
EXTRA_INBOXES = conf.get("extra_inboxes", [])
|
||||||
|
|
||||||
HIDE_FOLLOWING = conf.get("hide_following", False)
|
HIDE_FOLLOWING = conf.get("hide_following", True)
|
||||||
|
|
||||||
# Theme-related config
|
# Theme-related config
|
||||||
theme_conf = conf.get("theme", {})
|
theme_conf = conf.get("theme", {})
|
||||||
|
Reference in New Issue
Block a user