Add basic "federation" tests and some bugfixes
This commit is contained in:
parent
6eb5d24f3e
commit
fe46cb4317
7 changed files with 60 additions and 9 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue