Don't ignore file sync notification after an unlock
authorHannah von Reth <hannah.vonreth@owncloud.com>
Mon, 16 Dec 2019 15:33:41 +0000 (16:33 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:05 +0000 (10:59 +0100)
commitedb51abdfd9ba4a9c95c48d54b280007d3a26509
tree967004c39062877900eb6f0789259285c6232f3c
parent3317e354f257cd63caa0e551d11dc2aa8c779f4f
Don't ignore file sync notification after an unlock

For a usual file sync event we check for actual changes in the local file,
after an unlock the local file might be unchanged so we need to sync it anyhow.

Fixes: owncloud/enterprise#3609
src/gui/folder.cpp
src/gui/folder.h
src/gui/folderman.cpp