Add basic "federation" tests and some bugfixes

This commit is contained in:
Thomas Sileo
2018-05-26 09:50:59 +02:00
parent 6eb5d24f3e
commit fe46cb4317
7 changed files with 60 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ with open('config/me.yml') as f:
SUMMARY = conf['summary']
ICON_URL = conf['icon_url']
PASS = conf['pass']
PUBLIC_INSTANCES = conf.get('public_instances')
PUBLIC_INSTANCES = conf.get('public_instances', [])
# TODO(tsileo): choose dark/light style
THEME_COLOR = conf.get('theme_color')