Local discovery: always recurse within touched directory
authorOlivier Goffart <ogoffart@woboq.com>
Thu, 11 Oct 2018 10:15:44 +0000 (12:15 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:11 +0000 (10:58 +0100)
commit75f66ddaa16f9d816c3b37dfa4ba9e36f6b78c0d
treefce84c1a8fac25e9fc6bfefa0f01e2baa20c08eb
parente10e953c66d46af707913e6eee2be2e58c8f5e4d
Local discovery: always recurse within touched directory

If the file system watcher tells us a directory was modified, we should
recurse into it because it means it is probably a new directory

Issue #6804
src/libsync/syncengine.cpp
test/testlocaldiscovery.cpp