Skip to content

Commit

Permalink
fix(files): Call davGetFavoritesReport after the registration of prop…
Browse files Browse the repository at this point in the history
…find properties

Signed-off-by: Louis Chemineau <louis@chmn.me>

[skip ci]
  • Loading branch information
artonge authored and backportbot[bot] committed Apr 8, 2024
1 parent f89dabb commit 44ec1ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/src/services/Favorites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const reportPayload = `<?xml version="1.0"?>

export const getContents = async (path = '/'): Promise<ContentsWithRoot> => {
const propfindPayload = davGetDefaultPropfind()
const reportPayload = davGetFavoritesReport()

// Get root folder
let rootResponse
Expand Down

0 comments on commit 44ec1ad

Please sign in to comment.