mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 06:46:06 -04:00
Don't load the generated config as the default.
It's too confusing.
This commit is contained in:
parent
7c2f8881a9
commit
16b52642e2
29 changed files with 60 additions and 94 deletions
|
@ -34,7 +34,7 @@ class AppServiceConfig(Config):
|
|||
self.notify_appservices = config.get("notify_appservices", True)
|
||||
self.track_appservice_user_ips = config.get("track_appservice_user_ips", False)
|
||||
|
||||
def default_config(cls, **kwargs):
|
||||
def generate_config_section(cls, **kwargs):
|
||||
return """\
|
||||
# A list of application service config files to use
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue