From 3e557447cb0c08549c7e383fc3cb7c5709eb7f5b Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Mon, 1 Jun 2020 19:45:39 +0100 Subject: [PATCH] Mention #synapse:matrix.org in README troubleshooting (#7603) Just in case people head straight to the troubleshooting section and find themselves at a dead end. --- README.rst | 5 ++++- changelog.d/7603.doc | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelog.d/7603.doc diff --git a/README.rst b/README.rst index 677689bc0..31d375d19 100644 --- a/README.rst +++ b/README.rst @@ -267,7 +267,7 @@ First calculate the hash of the new password:: Confirm password: $2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -Then update the `users` table in the database:: +Then update the ``users`` table in the database:: UPDATE users SET password_hash='$2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' WHERE name='@test:test.com'; @@ -335,6 +335,9 @@ Building internal API documentation:: Troubleshooting =============== +Need help? Join our community support room on Matrix: +`#synapse:matrix.org `_ + Running out of File Handles --------------------------- diff --git a/changelog.d/7603.doc b/changelog.d/7603.doc new file mode 100644 index 000000000..e450888d4 --- /dev/null +++ b/changelog.d/7603.doc @@ -0,0 +1 @@ +Add a link to `#synapse:matrix.org` in the troubleshooting section of the README.