mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #18477 from owncloud/fed-alwaysdetectremotechanges
Always detect remote changes for fed sharing
This commit is contained in:
commit
6848f25c0d
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