0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 20:19:03 +02:00

Expose 'config' as a real HomeServer dependency key

This commit is contained in:
Paul "LeoNerd" Evans 2015-02-24 14:23:26 +00:00
parent c92fdf88a3
commit ad5701f50f

View file

@ -56,6 +56,7 @@ class BaseHomeServer(object):
"""
DEPENDENCIES = [
'config',
'clock',
'http_client',
'db_name',