mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-16 02:50:20 -04:00
Replace also_allow_user with a global config option
Basically reverts 088977f676
.
This way is more suitable for self-hosting where there's no gateway to
manage the query parameter.
This commit is contained in:
parent
cf45cfd314
commit
dbafb7c906
7 changed files with 20 additions and 27 deletions
|
@ -17,6 +17,7 @@ from synapse.config import (
|
|||
jwt,
|
||||
key,
|
||||
logger,
|
||||
meow,
|
||||
metrics,
|
||||
modules,
|
||||
oidc,
|
||||
|
@ -65,6 +66,7 @@ class RootConfig:
|
|||
voip: voip.VoipConfig
|
||||
registration: registration.RegistrationConfig
|
||||
account_validity: account_validity.AccountValidityConfig
|
||||
meow: meow.MeowConfig
|
||||
metrics: metrics.MetricsConfig
|
||||
api: api.ApiConfig
|
||||
appservice: appservice.AppServiceConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue