Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <crichter@owncloud.com>
  • Loading branch information
dragonchaser committed Sep 18, 2023
1 parent 7f48a22 commit d04a0b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ func (h *Handler) listUserShares(r *http.Request, filters []*collaboration.Filte

h.addFileInfo(ctx, data, info)
h.mapUserIds(ctx, client, data)
//TODO: get filter list concorrent from a share manager service that deals with hidden shares
// Filter out a share if ShareWith is not found because the user or group already deleted
if data.ShareWith == "" {
continue
Expand Down

0 comments on commit d04a0b0

Please sign in to comment.