From 1b76638c2a2568ce28f51545c99c85576ff27a64 Mon Sep 17 00:00:00 2001 From: Azrenbeth <7782548+Azrenbeth@users.noreply.github.com> Date: Tue, 17 Aug 2021 13:37:29 +0100 Subject: Added config section for state compressor --- synapse/config/_base.pyi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'synapse/config/_base.pyi') diff --git a/synapse/config/_base.pyi b/synapse/config/_base.pyi index 06fbd1166b..b925f692b0 100644 --- a/synapse/config/_base.pyi +++ b/synapse/config/_base.pyi @@ -32,6 +32,7 @@ from synapse.config import ( server_notices, spam_checker, sso, + state_compressor, stats, third_party_event_rules, tls, @@ -91,6 +92,7 @@ class RootConfig: modules: modules.ModulesConfig caches: cache.CacheConfig federation: federation.FederationConfig + statecompressor: state_compressor.StateCompressorConfig config_classes: List = ... def __init__(self) -> None: ... -- cgit 1.5.1