Stop using e2e()->isFolderEncrypted() in the jobs
authorKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 7 Dec 2020 17:42:24 +0000 (18:42 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:22 +0000 (10:59 +0100)
commit7a4a3597045d3d52943ad52fc58c61936a35ecc4
tree19a8eca3857862b0589d968d076445c3848becfb
parent37a51872e1b82e367df529cd042248cac31aed2b
Stop using e2e()->isFolderEncrypted() in the jobs

Thanks to the new discovery algorithm, we got all the freshest E2EE
information straight from the database so reuse it instead of going
through an in memory copy.

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