diff options
author | Kegsay <kegan@matrix.org> | 2020-08-12 10:50:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-12 10:50:52 +0100 |
commit | b8b854d64201a8c40956bddc84d8a0844221bf7d (patch) | |
tree | 1315ac9335d64be9918b4952cef7d0fec840031a /README.md | |
parent | bcdf9577a3db0727b4966cfdd3c4471ca6d3f1f6 (diff) |
Bugfixes for 'If remote user leaves room we no longer receive device updates' (#1262)
* Bugfixes for 'If remote user leaves room we no longer receive device updates'
* Update whitelist and README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ Then point your favourite Matrix client at `http://localhost:8008`. For full ins We use a script called Are We Synapse Yet which checks Sytest compliance rates. Sytest is a black-box homeserver test rig with around 900 tests. The script works out how many of these tests are passing on Dendrite and it -updates with CI. As of July 2020 we're at around 48% CS API coverage and 50% Federation coverage, though check +updates with CI. As of August 2020 we're at around 52% CS API coverage and 65% Federation coverage, though check CI for the latest numbers. In practice, this means you can communicate locally and via federation with Synapse servers such as matrix.org reasonably well. There's a long list of features that are not implemented, notably: - Receipts @@ -42,7 +42,6 @@ servers such as matrix.org reasonably well. There's a long list of features that - User Directory - Presence - Guests - - E2E keys and device lists We are prioritising features that will benefit single-user homeservers first (e.g Receipts, E2E) rather than features that massive deployments may be interested in (User Directory, OpenID, Guests, Admin APIs, AS API). @@ -56,6 +55,7 @@ This means Dendrite supports amongst others: - Media APIs - Redaction - Tagging + - E2E keys and device lists # Contributing |