Re-add support for "extra inboxes"
This allow to start posting public activities to other instances without follower.
This commit is contained in:
parent
354a9ad13f
commit
f7e6d37dce
2 changed files with 5 additions and 1 deletions
|
@ -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", {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue