Skip to content

Commit

Permalink
enable all shares
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Feb 8, 2024
1 parent f5d2837 commit 9380528
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,8 @@ func mapState(state collaboration.ShareState) int {
var mapped int
switch state {
case collaboration.ShareState_SHARE_STATE_PENDING:
mapped = ocsStatePending
mapped = ocsStateAccepted
// mapped = ocsStatePending
case collaboration.ShareState_SHARE_STATE_ACCEPTED:
mapped = ocsStateAccepted
case collaboration.ShareState_SHARE_STATE_REJECTED:
Expand Down

0 comments on commit 9380528

Please sign in to comment.