Skip to content

Commit

Permalink
Merge pull request #68 from nextcloud/favoriteBug
Browse files Browse the repository at this point in the history
Add missing transfer of favorite status
  • Loading branch information
mario authored Jul 10, 2017
2 parents 64bf4b8 + 2788882 commit e4014ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ private RemoteFile fillOCFile(WebdavEntry we) {
file.setSize(we.size());
file.setQuotaUsedBytes(we.quotaUsedBytes());
file.setQuotaAvailableBytes(we.quotaAvailableBytes());
file.setFavorite(we.isFavorite());
return file;
}
}

0 comments on commit e4014ed

Please sign in to comment.