From 01471f78431cdd840915111f71bd2b5176e584a8 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 29 Jan 2021 14:48:21 +0000 Subject: [PATCH] Don't fast-forward typing notifications either on complete sync --- syncapi/streams/stream_typing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncapi/streams/stream_typing.go b/syncapi/streams/stream_typing.go index 1e7a46bdc..04adab8a4 100644 --- a/syncapi/streams/stream_typing.go +++ b/syncapi/streams/stream_typing.go @@ -18,7 +18,7 @@ func (p *TypingStreamProvider) CompleteSync( ctx context.Context, req *types.SyncRequest, ) types.StreamPosition { - return p.IncrementalSync(ctx, req, 0, p.LatestPosition(ctx)) + return p.LatestPosition(ctx) } func (p *TypingStreamProvider) IncrementalSync(