diff options
author | Max Kratz <account@maxkratz.com> | 2021-10-06 12:05:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 10:05:07 +0000 |
commit | 6744273f0b92457247166299981d69e9f4219601 (patch) | |
tree | 3274831f36fc62183ef782decdbe6612723e9f6c /README.rst | |
parent | Fix potential leak of per-room profiles when the user dir is rebuilt. (#10981) (diff) | |
download | synapse-6744273f0b92457247166299981d69e9f4219601.tar.xz |
Remove "reference" wording according Synapse homeserver (#10971)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/README.rst b/README.rst index 524a3a5142..63deb06eac 100644 --- a/README.rst +++ b/README.rst @@ -55,11 +55,8 @@ solutions. The hope is for Matrix to act as the building blocks for a new generation of fully open and interoperable messaging and VoIP apps for the internet. -Synapse is a reference "homeserver" implementation of Matrix from the core -development team at matrix.org, written in Python/Twisted. It is intended to -showcase the concept of Matrix and let folks see the spec in the context of a -codebase and let you run your own homeserver and generally help bootstrap the -ecosystem. +Synapse is a Matrix "homeserver" implementation developed by the matrix.org core +team, written in Python 3/Twisted. In Matrix, every user runs one or more Matrix clients, which connect through to a Matrix homeserver. The homeserver stores all their personal chat history and |