mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
Merge pull request #44735 from nextcloud/backport/44714/stable29
[stable29] Call davGetFavoritesReport after the registration of propfind properties
This commit is contained in:
commit
8b45d76319
3 changed files with 4 additions and 5 deletions
|
|
@ -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
4
dist/files-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-init.js.map
vendored
2
dist/files-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue