Skip to content

Commit f03f75f

Browse files
committed
fix(nextcloud): Add missing share types
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent bacf9d5 commit f03f75f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/nextcloud/lib/src/helpers/core.dart

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ extension CoreStatusVersionCheck on core.Status {
3737
);
3838
}
3939

40+
// https://github.com/nextcloud/server/blob/master/lib/public/Share/IShare.php
4041
enum ShareType {
4142
user,
4243
group,
@@ -54,4 +55,7 @@ enum ShareType {
5455
userroom,
5556
deck,
5657
deckUser,
58+
// ignore: unused_field
59+
_unused,
60+
scienceMesh,
5761
}

0 commit comments

Comments
 (0)