summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-24 12:17:23 +0200
committerVincent Petry <pvince81@owncloud.com>2015-08-24 12:17:23 +0200
commit6848f25c0d70b6c5253cd1196da4da904a76aa70 (patch)
treeb5af36e0a324ceec3a44f2ad839196553c740e60 /apps
parentb3495a1dc9ca339e839a3fda169bf9ce8656484d (diff)
parentd658d8dd4e9abf10d6abba2f8a9297bec69f02c8 (diff)
downloadnextcloud-server-6848f25c0d70b6c5253cd1196da4da904a76aa70.tar.gz
nextcloud-server-6848f25c0d70b6c5253cd1196da4da904a76aa70.zip
Merge pull request #18477 from owncloud/fed-alwaysdetectremotechanges
Always detect remote changes for fed sharing
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/lib/external/storage.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/external/storage.php b/apps/files_sharing/lib/external/storage.php
index dc8d1738b05..270d8b6d1b8 100644
--- a/apps/files_sharing/lib/external/storage.php
+++ b/apps/files_sharing/lib/external/storage.php
@@ -88,6 +88,8 @@ class Storage extends DAV implements ISharedStorage {
'user' => $options['token'],
'password' => (string)$options['password']
));
+
+ $this->getWatcher()->setPolicy(\OC\Files\Cache\Watcher::CHECK_ONCE);
}
public function getRemoteUser() {