Merge pull request #44735 from nextcloud/backport/44714/stable29

[stable29] Call davGetFavoritesReport after the registration of propfind properties
This commit is contained in:
Arthur Schiwon 2024-04-11 14:40:43 +02:00 committed by GitHub
commit 8b45d76319
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