mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-05 23:48:58 +01: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.go | ||
notifier_test.go | ||
request.go | ||
requestpool.go | ||
userstream.go |