mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-09 23:24:58 -04:00
Expose 'config' as a real HomeServer dependency key
This commit is contained in:
parent
c92fdf88a3
commit
ad5701f50f
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class BaseHomeServer(object):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DEPENDENCIES = [
|
DEPENDENCIES = [
|
||||||
|
'config',
|
||||||
'clock',
|
'clock',
|
||||||
'http_client',
|
'http_client',
|
||||||
'db_name',
|
'db_name',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue