summary refs log tree commit diff
path: root/AUTHORS.rst
diff options
context:
space:
mode:
authorJason Robinson <mail@jasonrobinson.me>2019-01-07 18:28:40 +0200
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-01-07 16:28:40 +0000
commit26e5abf20d9fa15b34a122d0ab5ab6e359852e4c (patch)
tree66ad656465f75b674c248fa30321840508cc13ff /AUTHORS.rst
parentAdd GET account data routes (#4303) (diff)
downloadsynapse-26e5abf20d9fa15b34a122d0ab5ab6e359852e4c.tar.xz
Fix command hint to generate a config file (#4353)
* Fix command hint to generate a config file

When trying to start Synapse without a config file, it will complain
and give a hint towards what command to run. This hinted command
is missing the "report_stats" parameter, which is required with either
yes or no value. Add this to the command.

Not an ideal situation but makes the given command work without the
user getting another error, even though it might be unclear what
"report_stats" represents.

Signed-off-by: Jason Robinson <jasonr@matrix.org>


Diffstat (limited to 'AUTHORS.rst')
-rw-r--r--AUTHORS.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst
index 9a83d90153..d599aec74c 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -65,4 +65,7 @@ Pierre Jaury <pierre at jaury.eu>
 * Docker packaging
 
 Serban Constantin <serban.constantin at gmail dot com>
- * Small bug fix
\ No newline at end of file
+ * Small bug fix
+
+Jason Robinson <jasonr at matrix.org>
+ * Minor fixes