Re-add support for "extra inboxes"

This allow to start posting public activities to other instances
without follower.
This commit is contained in:
Thomas Sileo
2018-07-07 13:18:01 +02:00
parent 354a9ad13f
commit f7e6d37dce
2 changed files with 5 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ with open(os.path.join(KEY_DIR, "me.yml")) as f:
SUMMARY = conf["summary"]
ICON_URL = conf["icon_url"]
PASS = conf["pass"]
PUBLIC_INSTANCES = conf.get("public_instances", [])
EXTRA_INBOXES = conf.get("extra_inboxes", [])
# Theme-related config
theme_conf = conf.get("theme", {})