Try get Sytest working again

Currently it's failing way earlier on "Newly left rooms appear in the leave section of incremental sync"
and I've commented out all of my new functionality
so need to figure out what is interfering in this branch now
This commit is contained in:
Eric Eastwood 2021-01-14 01:59:18 -06:00
parent 1be95012d4
commit 76e1faeaf8
3 changed files with 61 additions and 8 deletions

View file

@ -16,7 +16,6 @@ type SyncRequest struct {
Response *Response
Filter gomatrixserverlib.Filter
Since StreamingToken
Limit int
Timeout time.Duration
WantFullState bool