dendrite/syncapi/sync
Ariadne Conill 16e3156260 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.
2020-11-21 20:00:42 +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 requestpool: fix initial sync logic error in appendAccountData() 2020-11-21 20:00:42 +00:00
userstream.go Per-user-per-device sync streams (#1068) 2020-05-28 10:05:04 +01:00