Skip to content

Commit

Permalink
Merge pull request #1647 from nextcloud/fix/nextcloud/fix-share-type-…
Browse files Browse the repository at this point in the history
…values
  • Loading branch information
provokateurin authored Feb 24, 2024
2 parents bacf9d5 + f03f75f commit 5b5f9b0
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 5b5f9b0

Please sign in to comment.