GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4658
@@ -1200,6 +1200,7 @@ func (f *sendReceiveFolder) copierRoutine(in <-chan copyBlocksState, pullChan ch
// Pretend we copied it.
state.copiedFromOrigin()
+ state.copyDone(block)
continue
}