From bc23f46acb22d01a44bdd1e535a6020349e215ce Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 29 Jan 2021 14:41:14 +0000 Subject: [PATCH] Don't populate device list changes on complete sync --- syncapi/streams/stream_devicelist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncapi/streams/stream_devicelist.go b/syncapi/streams/stream_devicelist.go index c43d50a49..9ea9d088f 100644 --- a/syncapi/streams/stream_devicelist.go +++ b/syncapi/streams/stream_devicelist.go @@ -19,7 +19,7 @@ func (p *DeviceListStreamProvider) CompleteSync( ctx context.Context, req *types.SyncRequest, ) types.LogPosition { - return p.IncrementalSync(ctx, req, types.LogPosition{}, p.LatestPosition(ctx)) + return p.LatestPosition(ctx) } func (p *DeviceListStreamProvider) IncrementalSync(