Merge branch 'social_login' into develop

This commit is contained in:
Richard van der Hoff 2021-01-27 17:27:24 +00:00
commit 7fa1346f93
9 changed files with 230 additions and 21 deletions

View file

@ -9,6 +9,7 @@ from synapse.config import (
consent_config,
database,
emailconfig,
experimental,
groups,
jwt_config,
key,
@ -49,6 +50,7 @@ def path_exists(file_path: str): ...
class RootConfig:
server: server.ServerConfig
experimental: experimental.ExperimentalConfig
tls: tls.TlsConfig
database: database.DatabaseConfig
logging: logger.LoggingConfig