Don't use getFileRecordByE2eMangledName in jobs anymore
authorKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 7 Dec 2020 15:33:36 +0000 (16:33 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:21 +0000 (10:59 +0100)
commitaf00ef1cca521bb92d27b0db07edec60f94cd09f
treec57c763daf6b5fb3b2313ebdf7e14d085e591d27
parent66f24241d891e4acfbab0e3a3ef5cabf9f1af748
Don't use getFileRecordByE2eMangledName in jobs anymore

Thanks to the new discovery algorithm we got both mangled and original
file names in the item so no need to go through the database for
nothing.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/propagatedownload.cpp
src/libsync/propagatorjobs.cpp