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

Mention #synapse:matrix.org in README troubleshooting #7603

Merged
merged 3 commits into from
Jun 1, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
anoadragon453 marked this conversation as resolved.
Show resolved Hide resolved
`#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.
anoadragon453 marked this conversation as resolved.
Show resolved Hide resolved