From c8c5a40ebd08af949f336e6f57be418ac66e4d90 Mon Sep 17 00:00:00 2001 From: Kegsay Date: Wed, 17 May 2017 16:37:58 +0100 Subject: [PATCH] Update README.md --- src/github.com/matrix-org/dendrite/syncapi/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/github.com/matrix-org/dendrite/syncapi/README.md b/src/github.com/matrix-org/dendrite/syncapi/README.md index fa14ee18..7221b22d 100644 --- a/src/github.com/matrix-org/dendrite/syncapi/README.md +++ b/src/github.com/matrix-org/dendrite/syncapi/README.md @@ -83,3 +83,4 @@ very large. This is mitigated slightly with indexes, but better data structures - Invites over federation (if it existed) won't work as they aren't "real" events and so won't be in the right tables. - `invite_state` is not implemented (for similar reasons to the above point). - The current implementation scales badly when a very old `since` token is provided. +- The entire current room state can be re-sent to the client if they send a duplicate "join" event which should be a no-op.