-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return an error when EOS returns an error in List (#5044)
Co-authored-by: Jesse Geens <[email protected]>
- Loading branch information
1 parent
6ad3fe0
commit 51e12b4
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bugfix: Return an error when EOS List errors | ||
|
||
If we get an error while reading items, we now return the error to the user and break off the List operation | ||
We do not want to return a partial list, because then a sync client may delete local files that are missing on the server | ||
|
||
https://github.com/cs3org/reva/pull/5044 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters