Vfs: Hydrating a virtual is SYNC not NEW #7101
authorChristian Kamm <mail@ckamm.de>
Mon, 25 Mar 2019 09:53:13 +0000 (10:53 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:45 +0000 (10:58 +0100)
commit3f55f9302e282366a376370588dd741a689e2f9d
treedabfaf4c8f5bf243045dbe2de923a634a8759614
parente0c8acc195740b0a0072620afb9323b2b7529a32
Vfs: Hydrating a virtual is SYNC not NEW #7101

Previously it'd be NEW(ItemTypeFile), but now it has changed to be
SYNC(ItemTypeVirtualFileDownload) which allows better classification.
src/gui/folder.cpp
src/libsync/discovery.cpp
src/libsync/propagatedownload.cpp
test/testsyncvirtualfiles.cpp