mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 04:43:20 -04:00
Always detect remote changes for fed sharing
This is even more important now that filesystem_check_changes is 0 by default.
This commit is contained in:
parent
510010e774
commit
d658d8dd4e
1 changed files with 2 additions and 0 deletions
2
apps/files_sharing/lib/external/storage.php
vendored
2
apps/files_sharing/lib/external/storage.php
vendored
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue