0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-04 12:08:40 +02:00
This commit is contained in:
Neil Alexander 2020-12-17 13:06:08 +00:00
parent aad3e573e9
commit 7200691610
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -131,7 +131,7 @@ func DeviceListCatchup(
to.DeviceListPosition = types.LogPosition{ to.DeviceListPosition = types.LogPosition{
Partition: queryRes.Partition, Partition: queryRes.Partition,
Offset: queryRes.Offset, Offset: queryRes.Offset,
}) }
res.NextBatch.ApplyUpdates(to) res.NextBatch.ApplyUpdates(to)
return hasNew, nil return hasNew, nil