mirror of
https://github.com/1f349/dendrite.git
synced 2025-01-11 01:46:31 +00:00
d5b8260196
* 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 |
||
---|---|---|
.. | ||
notifier_test.go | ||
notifier.go | ||
request.go | ||
requestpool.go | ||
userstream.go |