mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Folder: Treat file unlock similar to external change #6822
For consistent handling of incoming notifications.
This commit is contained in:
parent
815e0fee8f
commit
da178c1352
1 changed files with 2 additions and 1 deletions
|
@ -882,7 +882,8 @@ void FolderMan::slotServerVersionChanged(Account *account)
|
|||
void FolderMan::slotWatchedFileUnlocked(const QString &path)
|
||||
{
|
||||
if (Folder *f = folderForPath(path)) {
|
||||
f->scheduleThisFolderSoon();
|
||||
// Treat this equivalently to the file being reported by the file watcher
|
||||
f->slotWatchedPathChanged(path);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue