diff options
Diffstat (limited to 'syncapi/internal/keychange.go')
-rw-r--r-- | syncapi/internal/keychange.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syncapi/internal/keychange.go b/syncapi/internal/keychange.go index 6af48a9c..3f901f49 100644 --- a/syncapi/internal/keychange.go +++ b/syncapi/internal/keychange.go @@ -132,7 +132,7 @@ func DeviceListCatchup( Partition: queryRes.Partition, Offset: queryRes.Offset, } - res.NextBatch = to.String() + res.NextBatch.ApplyUpdates(to) return hasNew, nil } |