Skip to content
Snippets Groups Projects
Commit a439b452 authored by Lukas Reschke's avatar Lukas Reschke Committed by GitHub
Browse files

Merge pull request #2415 from nextcloud/fix_encrypted_trash_previews

Ignore AppData in encryption wrapper
parents c8c58653 2fd1cf2e
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,7 @@ class Util { ...@@ -97,6 +97,7 @@ class Util {
$this->config = $config; $this->config = $config;
$this->excludedPaths[] = 'files_encryption'; $this->excludedPaths[] = 'files_encryption';
$this->excludedPaths[] = 'appdata_' . $config->getSystemValue('instanceid', null);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment