aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAaron Raimist <aaron@raim.ist>2020-11-17 02:43:22 -0600
committerGitHub <noreply@github.com>2020-11-17 08:43:22 +0000
commitd3b3371856b4593cded8b5c77a6edd02746804ed (patch)
tree435da81acf14395268f916dab6ad68122abfd148 /README.md
parent20a01bceb2869c810932eac217d96dc221953685 (diff)
Update README to remove mention that read receipts are not implemented (#1586)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 844772e8..a7a351d4 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ As of October 2020, Dendrite has now entered **beta** which means:
This does not mean:
- Dendrite is bug-free. It has not yet been battle-tested in the real world and so will be error prone initially.
- All of the CS/Federation APIs are implemented. We are tracking progress via a script called 'Are We Synapse Yet?'. In particular,
- read receipts, presence and push notifications are entirely missing from Dendrite. See [CHANGES.md](CHANGES.md) for updates.
+ presence and push notifications are entirely missing from Dendrite. See [CHANGES.md](CHANGES.md) for updates.
- Dendrite is ready for massive homeserver deployments. You cannot shard each microservice, only run each one on a different machine.
Currently, we expect Dendrite to function well for small (10s/100s of users) homeserver deployments as well as P2P Matrix nodes in-browser or on mobile devices.