Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Mention #synapse:matrix.org in README troubleshooting (#7603)
Browse files Browse the repository at this point in the history
Just in case people head straight to the troubleshooting section and find themselves at a dead end.
  • Loading branch information
anoadragon453 committed Jun 1, 2020
1 parent 25e2d19 commit 3e55744
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -335,6 +335,9 @@ Building internal API documentation::
Troubleshooting
===============

Need help? Join our community support room on Matrix:
`#synapse:matrix.org <https://matrix.to/#/#synapse:matrix.org>`_

Running out of File Handles
---------------------------

Expand Down
1 change: 1 addition & 0 deletions changelog.d/7603.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a link to `#synapse:matrix.org` in the troubleshooting section of the README.

0 comments on commit 3e55744

Please sign in to comment.