Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Issue closed. FIXME removed. (cs3org#3311)
Browse files Browse the repository at this point in the history
* Issue closed. FIXME removed.

* Modify changelog.

* Fix changelog.

Co-authored-by: Antoon P <antoon@redblom.com>
  • Loading branch information
2 people authored and vascoguita committed Oct 20, 2022
1 parent 25840a0 commit ee618b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/fix-closed-FIXME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Remove FIXME

Issue https://github.com/cs3org/reva/issues/2402 is closed.

https://github.com/cs3org/reva/pull/3311
2 changes: 0 additions & 2 deletions internal/grpc/services/ocmshareprovider/ocmshareprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ func (s *service) CreateOCMShare(ctx context.Context, req *ocm.CreateOCMShareReq

// discover share type
sharetype := ocm.Share_SHARE_TYPE_REGULAR
// FIXME: https://github.com/cs3org/reva/issues/2402
protocol, ok := req.Opaque.Map["protocol"]
if ok {
switch protocol.Decoder {
Expand All @@ -172,7 +171,6 @@ func (s *service) CreateOCMShare(ctx context.Context, req *ocm.CreateOCMShareReq
Status: status.NewInternal(ctx, err, "error creating share"),
}, nil
}
// token = protocol FIXME!
}

var sharedSecret string
Expand Down

0 comments on commit ee618b3

Please sign in to comment.