mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Return proper watcher if SharedStorage originates from ExternalMount
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
4bd98ec127
commit
a83f42cf43
1 changed files with 2 additions and 0 deletions
|
|
@ -35,10 +35,12 @@ namespace OCA\Files_Sharing;
|
|||
|
||||
use OC\Files\Cache\FailedCache;
|
||||
use OC\Files\Cache\NullWatcher;
|
||||
use OC\Files\Cache\Watcher;
|
||||
use OC\Files\Filesystem;
|
||||
use OC\Files\Storage\FailedStorage;
|
||||
use OC\Files\Storage\Wrapper\PermissionsMask;
|
||||
use OC\User\NoUserException;
|
||||
use OCA\Files_External\Config\ExternalMountPoint;
|
||||
use OCP\Constants;
|
||||
use OCP\Files\Cache\ICacheEntry;
|
||||
use OCP\Files\NotFoundException;
|
||||
|
|
|
|||
Loading…
Reference in a new issue