Vendor modules
This commit is contained in:
+1
-2
@@ -172,7 +172,7 @@ type ShareData struct {
|
||||
Quicklink bool `json:"quicklink,omitempty" xml:"quicklink,omitempty"`
|
||||
// PasswordProtected represents a public share is password protected
|
||||
// PasswordProtected bool `json:"password_protected,omitempty" xml:"password_protected,omitempty"`
|
||||
Hide bool `json:"hide" xml:"hide"`
|
||||
Hidden bool `json:"hidden" xml:"hidden"`
|
||||
}
|
||||
|
||||
// ShareeData holds share recipient search results
|
||||
@@ -233,7 +233,6 @@ func CS3Share2ShareData(ctx context.Context, share *collaboration.Share) (*Share
|
||||
// Displaynames are added later
|
||||
UIDOwner: LocalUserIDToString(share.GetCreator()),
|
||||
UIDFileOwner: LocalUserIDToString(share.GetOwner()),
|
||||
Hide: share.Hide,
|
||||
}
|
||||
|
||||
if share.Grantee.Type == provider.GranteeType_GRANTEE_TYPE_USER {
|
||||
|
||||
Reference in New Issue
Block a user