diff options
author | Erik Johnston <erik@matrix.org> | 2015-11-19 13:05:51 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-11-19 13:05:51 +0000 |
commit | 06f74068f463fe5a7dde566eadf7c430a30745f6 (patch) | |
tree | 7ac6cbab4fd07301c1284887e3fee5aa34b7c14c /synapse/config/_base.py | |
parent | Split out text for missing config options. (diff) | |
download | synapse-06f74068f463fe5a7dde566eadf7c430a30745f6.tar.xz |
Comment
Diffstat (limited to 'synapse/config/_base.py')
-rw-r--r-- | synapse/config/_base.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/_base.py b/synapse/config/_base.py index dca3157dfc..d0c9972445 100644 --- a/synapse/config/_base.py +++ b/synapse/config/_base.py @@ -25,6 +25,8 @@ class ConfigError(Exception): pass +# We split these messages out to allow packages to override with package +# specific instructions. MISSING_REPORT_STATS_CONFIG_INSTRUCTIONS = """\ Please opt in or out of reporting anonymized homeserver usage statistics, by setting the `report_stats` key in your config file to either True or False. |