Skip to content

Commit

Permalink
Map the shared by link and shared by sharee attributes from remote to…
Browse files Browse the repository at this point in the history
… model
  • Loading branch information
abelgardep committed Jul 8, 2022
1 parent fe357ea commit f2d9a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ class OCRemoteFileDataSource(
mimeType = mimeType,
etag = etag,
permissions = permissions,
privateLink = privateLink
privateLink = privateLink,
sharedWithSharee = sharedWithSharee,
sharedByLink = sharedByLink,
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ data class OCFile(
etagInConflict = sourceFile.etagInConflict
// FIXME: 19/10/2020 : New_arch: Av.Offline
// setAvailableOfflineStatus(sourceFile.getAvailableOfflineStatus())
// FIXME: 19/10/2020 : New_arch: Shared by link
// setSharedViaLink(sourceFile.isSharedViaLink())
// setSharedWithSharee(sourceFile.isSharedWithSharee())
}

/**
Expand Down

0 comments on commit f2d9a48

Please sign in to comment.