dendrite/syncapi/sync
Ariadne Conill d5b8260196
syncapi/requestpool: fix initial sync logic error in appendAccountData() (#1594)
* requestpool: fix initial sync logic error in appendAccountData()

In initial sync, req.since is no longer nil, but instead,
req.since.PDUPosition() and req.since.EDUPosition() returns 0.

This ensures forgotten rooms do not come back as zombies.

* syncapi/requestpool: reintroduce req.since == nil check
2020-12-01 17:01:34 +00:00
..
notifier.go Implement read receipts (#1528) 2020-11-09 18:46:11 +00:00
notifier_test.go Add support for logs in StreamingToken (#1229) 2020-07-29 19:00:04 +01:00
request.go Add support for logs in StreamingToken (#1229) 2020-07-29 19:00:04 +01:00
requestpool.go syncapi/requestpool: fix initial sync logic error in appendAccountData() (#1594) 2020-12-01 17:01:34 +00:00
userstream.go Per-user-per-device sync streams (#1068) 2020-05-28 10:05:04 +01:00