Skip to content

Commit cb43c8a

Browse files
Merge pull request #3401 from nextcloud/feat/groupmountpoint/share-co-owner
2 parents b224d3d + f2943fe commit cb43c8a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

composer.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Mount/GroupMountPoint.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88

99
use OC\Files\Mount\MountPoint;
1010
use OC\Files\Storage\Storage;
11+
use OCP\Files\Mount\IShareOwnerlessMount;
1112
use OCP\Files\Mount\ISystemMountPoint;
1213
use OCP\Files\Storage\IStorage;
1314
use OCP\Files\Storage\IStorageFactory;
1415

15-
class GroupMountPoint extends MountPoint implements ISystemMountPoint {
16+
class GroupMountPoint extends MountPoint implements ISystemMountPoint, IShareOwnerlessMount {
1617
public function __construct(
1718
private int $folderId,
1819
IStorage $storage,

0 commit comments

Comments
 (0)