Merge pull request #18477 from owncloud/fed-alwaysdetectremotechanges
Always detect remote changes for fed sharing
This commit is contained in:
commit
6848f25c0d
|
@ -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 New Issue