fix(files): Call davGetFavoritesReport after the registration of propfind properties

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Louis Chemineau 2024-04-08 13:38:15 +02:00 committed by nextcloud-command
parent f98a7ca49e
commit 4779ce460d
5 changed files with 7 additions and 8 deletions

View file

@ -29,10 +29,9 @@ import { resultToNode } from './Files'
const client = getClient()
const reportPayload = davGetFavoritesReport()
export const getContents = async (path = '/'): Promise<ContentsWithRoot> => {
const propfindPayload = davGetDefaultPropfind()
const reportPayload = davGetFavoritesReport()
// Get root folder
let rootResponse

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/files-init.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long