mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 07:21:37 +01:00
Comment
This commit is contained in:
parent
037ce4c68f
commit
06f74068f4
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue