diff options
author | Erik Johnston <erik@matrix.org> | 2021-04-06 13:07:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 13:07:36 +0100 |
commit | a888cbdd314a84cbb477e5b04bd27b7053f08495 (patch) | |
tree | fd87d34a3e5c29129daa7deaf7825bc4c4a0ee0b /README.rst | |
parent | Fix version for bugbear (#9734) (diff) | |
download | synapse-a888cbdd314a84cbb477e5b04bd27b7053f08495.tar.xz |
Add deprecation policy doc (#9723)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 6a1e713590..655a2bf3be 100644 --- a/README.rst +++ b/README.rst @@ -314,6 +314,15 @@ Testing with SyTest is recommended for verifying that changes related to the Client-Server API are functioning correctly. See the `installation instructions <https://github.com/matrix-org/sytest#installing>`_ for details. + +Platform dependencies +===================== + +Synapse uses a number of platform dependencies such as Python and PostgreSQL, +and aims to follow supported upstream versions. See the +`<docs/deprecation_policy.md>`_ document for more details. + + Troubleshooting =============== @@ -389,7 +398,7 @@ likely cause. The misbehavior can be worked around by setting People can't accept room invitations from me -------------------------------------------- -The typical failure mode here is that you send an invitation to someone +The typical failure mode here is that you send an invitation to someone to join a room or direct chat, but when they go to accept it, they get an error (typically along the lines of "Invalid signature"). They might see something like the following in their logs:: |