Revert "Don't fast-forward typing notifications either on complete sync"

This reverts commit 01471f7843.
This commit is contained in:
Neil Alexander 2021-01-29 15:08:57 +00:00
parent 01471f7843
commit 9961ff5f77
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -18,7 +18,7 @@ func (p *TypingStreamProvider) CompleteSync(
ctx context.Context,
req *types.SyncRequest,
) types.StreamPosition {
return p.LatestPosition(ctx)
return p.IncrementalSync(ctx, req, 0, p.LatestPosition(ctx))
}
func (p *TypingStreamProvider) IncrementalSync(