Skip to content

Commit

Permalink
remove obsolete get variable from fieldmask
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <[email protected]>
  • Loading branch information
dragonchaser committed Oct 18, 2023
1 parent 832157f commit 3b76aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ func (h *Handler) updateShare(w http.ResponseWriter, r *http.Request, share *col

share.Permissions = &collaboration.SharePermissions{Permissions: role.CS3ResourcePermissions()}

var fieldMaskPaths = []string{"permissions", "hidden"}
var fieldMaskPaths = []string{"permissions"}

expireDate := r.PostFormValue("expireDate")
var expirationTs *types.Timestamp
Expand Down

0 comments on commit 3b76aec

Please sign in to comment.