do not skip folder deletion if BlacklistedError during propagation
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 27 Oct 2022 15:29:02 +0000 (17:29 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Mon, 7 Nov 2022 17:33:13 +0000 (18:33 +0100)
commit402d959caea89c461366a232e807dced2c712034
treea8cf22a3a27b9dbf3c395a6c60d0cb7f1e396780
parent783cefe3f1efee67a99fc5048d5ce5bc3d284509
do not skip folder deletion if BlacklistedError during propagation

in case some propgation actions ends up with a BlacklistedError, we
would skip the deletions of local folders (even though they have been
deleted from server)

let's not skip them but rather keep track of the error status and
properly report them

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/owncloudpropagator.cpp
src/libsync/owncloudpropagator.h