aboutsummaryrefslogtreecommitdiff
path: root/testfile
diff options
context:
space:
mode:
authorAlex Chen <Cnly@users.noreply.github.com>2019-07-12 22:59:53 +0800
committerGitHub <noreply@github.com>2019-07-12 22:59:53 +0800
commit29841bed6b1a88787211368e6052a87a658c5714 (patch)
tree85f5dcbcfdeea7ee7c6db74379df31991cd6c9c8 /testfile
parentf8463063ac4f45e61dfd0b27647bf00a8d05daa1 (diff)
Add typing notifications to /sync responses - fixes #635 (#718)
This PR adds a new consumer for typing notifications in syncapi. It also brings changes to syncserver.go and some related files so EDUs can better fit in /sync responses. Fixes #635. Fixes #574.
Diffstat (limited to 'testfile')
-rw-r--r--testfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/testfile b/testfile
index e869be4f..bdd421e2 100644
--- a/testfile
+++ b/testfile
@@ -144,3 +144,6 @@ Events come down the correct room
local user can join room with version 5
User can invite local user to room with version 5
Inbound federation can receive room-join requests
+Typing events appear in initial sync
+Typing events appear in incremental sync
+Typing events appear in gapped sync