feat(files_external): Enable ownerless shares

Signed-off-by: provokateurin <kate@provokateurin.de>
pull/49643/head
provokateurin 1 year ago
parent 3027bb51af
commit 86eec60ebb
No known key found for this signature in database
  1. 3
      apps/files_external/lib/Config/SystemMountPoint.php

@ -8,7 +8,8 @@ declare(strict_types=1);
namespace OCA\Files_External\Config;
use OCP\Files\Mount\IShareOwnerlessMount;
use OCP\Files\Mount\ISystemMountPoint;
class SystemMountPoint extends ExternalMountPoint implements ISystemMountPoint {
class SystemMountPoint extends ExternalMountPoint implements ISystemMountPoint, IShareOwnerlessMount {
}

Loading…
Cancel
Save