Skip to content

Commit

Permalink
Revert "Mark files with status 425."
Browse files Browse the repository at this point in the history
This reverts commit 3f25406.
  • Loading branch information
dkocher committed Jan 23, 2025
1 parent 3a0df5e commit 3807a4c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,6 @@ else if(resource.getModified() != null) {
attributes.setDisplayname(resource.getDisplayName());
}
attributes.setLockId(resource.getLockToken());
switch(resource.getStatusCode()) {
// 425 Too Early for partial tus uploads
case 425:
attributes.setHidden(true);
}
return attributes;
}
}

0 comments on commit 3807a4c

Please sign in to comment.