Merge pull request #2415 from nextcloud/fix_encrypted_trash_previews
Ignore AppData in encryption wrapper
This commit is contained in:
commit
a439b452eb
|
@ -97,6 +97,7 @@ class Util {
|
|||
$this->config = $config;
|
||||
|
||||
$this->excludedPaths[] = 'files_encryption';
|
||||
$this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue