Merge pull request #44714 from nextcloud/artonge/fix/call_davGetFavoritesReport_after_init

Call davGetFavoritesReport after the registration of propfind properties
This commit is contained in:
Louis 2024-04-08 23:43:50 +02:00 committed by GitHub
commit 659307ea02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 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/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