mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-03-20 08:34:28 -05:00
Fix typo
This commit is contained in:
parent
aad3e573e9
commit
7200691610
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue