4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-04-01 01:35:05 +01:00

5 Commits

Author SHA1 Message Date
Alex Chen
29841bed6b
Add typing notifications to /sync responses - fixes ()
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 .
Fixes .
2019-07-12 22:59:53 +08:00
Andrew Morgan
7edf197ecc
Fix response to /rooms/{roomId}/join v2 ()
Continuation of  but merged-forward.

Also did a little code cleanup and added a new, passing test to the testfile.
2019-07-12 14:29:30 +01:00
Alex Chen
da0dd06475 Update testfile and fix empty warning in show-expected-fail-tests.sh ()
This PR adds the test that  will allow to pass to testfile and also contains a minor fix for show-expected-fail-tests.sh so it doesn't show an empty warning.

Signed-off-by: Alex Chen minecnly@gmail.com
2019-07-05 12:42:23 +01:00
Alex Chen
adaec7c8e7 Refine config and docs for sytest ()
This PR adds the "passed but expected fail" tests to testfile, as well as instructions on finding which tests to add for new PRs.
2019-06-21 16:49:37 +01:00
Andrew Morgan
1667a4b09f
Add SyTest support to CI ()
Adds SyTest CI through CircleCI.

Also need to add all the tests that currently pass to testfile, but I don't think that's a hard blocker for merging.
2019-05-24 15:00:03 +01:00