summary refs log tree commit diff
path: root/synapse/config/key.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-26 12:32:49 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-26 12:32:49 +0000
commit19099efcfba57a04e8246e56944a4d41cf1a97fc (patch)
tree1500ac7d32f916ae0d3d6259fbe78d41a8a132ca /synapse/config/key.py
parentMerge pull request #6185 from matrix-org/erikj/fix_censored_evnets (diff)
parentRefactor HomeserverConfig so it can be typechecked (#6137) (diff)
downloadsynapse-19099efcfba57a04e8246e56944a4d41cf1a97fc.tar.xz
Refactor HomeserverConfig so it can be typechecked (#6137)
Diffstat (limited to 'synapse/config/key.py')
-rw-r--r--synapse/config/key.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/key.py b/synapse/config/key.py

index f039f96e9c..ec5d430afb 100644 --- a/synapse/config/key.py +++ b/synapse/config/key.py
@@ -92,6 +92,8 @@ class TrustedKeyServer(object): class KeyConfig(Config): + section = "key" + def read_config(self, config, config_dir_path, **kwargs): # the signing key can be specified inline or in a separate file if "signing_key" in config: