mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 20:03: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
|
||||
dataTypes, err := rp.db.GetAccountDataInRange(
|
||||
req.ctx, userID,
|
||||
types.StreamPosition(currentPos), types.StreamPosition(req.since.PDUPosition),
|
||||
types.StreamPosition(req.since.PDUPosition), types.StreamPosition(currentPos),
|
||||
accountDataFilter,
|
||||
)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue