Skip to content

Commit

Permalink
fix(nextcloud): Add missing share types
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Feb 24, 2024
1 parent bacf9d5 commit f03f75f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nextcloud/lib/src/helpers/core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ extension CoreStatusVersionCheck on core.Status {
);
}

// https://github.com/nextcloud/server/blob/master/lib/public/Share/IShare.php
enum ShareType {
user,
group,
Expand All @@ -54,4 +55,7 @@ enum ShareType {
userroom,
deck,
deckUser,
// ignore: unused_field
_unused,
scienceMesh,
}

0 comments on commit f03f75f

Please sign in to comment.