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

Call davGetFavoritesReport after the registration of propfind properties
pull/44715/head
Louis 2 months ago committed by GitHub
commit 659307ea02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save