From f871dcb1162162b2cdd91635bf6e437b45cbc2e8 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 14 May 2025 15:40:29 -0500 Subject: [PATCH] Move back to original position --- synapse/config/_base.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/synapse/config/_base.py b/synapse/config/_base.py index 71400d4729..0d22ba441b 100644 --- a/synapse/config/_base.py +++ b/synapse/config/_base.py @@ -54,16 +54,6 @@ from synapse.util.templates import _create_mxc_to_http_filter, _format_ts_filter logger = logging.getLogger(__name__) -MISSING_REPORT_STATS_SPIEL = """\ -We would really appreciate it if you could help our project out by reporting -homeserver usage statistics from your homeserver. Your homeserver's server name, -along with very basic aggregate data (e.g. number of users) will be reported. But -it helps us to track the growth of the Matrix community, and helps us to make Matrix -a success, as well as to convince other networks that they should peer with us. - -Thank you. -""" - class ConfigError(Exception): """Represents a problem parsing the configuration @@ -111,6 +101,16 @@ def format_config_error(e: ConfigError) -> Iterator[str]: parent_e = parent_e.__cause__ +MISSING_REPORT_STATS_SPIEL = """\ +We would really appreciate it if you could help our project out by reporting +homeserver usage statistics from your homeserver. Your homeserver's server name, +along with very basic aggregate data (e.g. number of users) will be reported. But +it helps us to track the growth of the Matrix community, and helps us to make Matrix +a success, as well as to convince other networks that they should peer with us. + +Thank you. +""" + CONFIG_FILE_HEADER = """\ # Configuration file for Synapse. #