diff options
author | Alex Chen <Cnly@users.noreply.github.com> | 2019-07-12 22:59:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 22:59:53 +0800 |
commit | 29841bed6b1a88787211368e6052a87a658c5714 (patch) | |
tree | 85f5dcbcfdeea7ee7c6db74379df31991cd6c9c8 /testfile | |
parent | f8463063ac4f45e61dfd0b27647bf00a8d05daa1 (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-- | testfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |