Move the e2e information fetch even earlier
authorKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 2 Jul 2020 14:22:48 +0000 (16:22 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Mon, 6 Jul 2020 05:27:14 +0000 (05:27 +0000)
commit3520360159e3e97e7af04d430cee3e8010506515
tree600da12df5b8cf18ec9e917cdb098881e1c8b789
parentf98c7990ba7111f259e8e7a2b4945e86c0e78033
Move the e2e information fetch even earlier

We used to do it when the propagation starts, let's do it even before
the discovery starts. This way we'll have a chance to exploit the
information during the discovery phase.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/owncloudpropagator.cpp
src/libsync/owncloudpropagator.h
src/libsync/syncengine.cpp
src/libsync/syncengine.h