mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-18 04:13:10 -06:00
Revert order fixing
This commit is contained in:
parent
cc6af4a67b
commit
84153ac438
|
|
@ -185,7 +185,7 @@ func (rp *RequestPool) appendAccountData(
|
||||||
// Sync is not initial, get all account data since the latest sync
|
// Sync is not initial, get all account data since the latest sync
|
||||||
dataTypes, err := rp.db.GetAccountDataInRange(
|
dataTypes, err := rp.db.GetAccountDataInRange(
|
||||||
req.ctx, userID,
|
req.ctx, userID,
|
||||||
types.StreamPosition(currentPos), types.StreamPosition(req.since.PDUPosition),
|
types.StreamPosition(req.since.PDUPosition), types.StreamPosition(currentPos),
|
||||||
accountDataFilter,
|
accountDataFilter,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue