aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/init.ts
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2024-01-30 17:20:03 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2024-02-06 17:43:35 +0100
commit6cf4fe19a021cab9f96ac23e32e52af2ee32218b (patch)
treed1d7a89d02997bf50c28bd8226dc05560bbadd8f /apps/files/src/init.ts
parent414a4caa658032a7cf08c6527232282bc4b631e0 (diff)
downloadnextcloud-server-6cf4fe19a021cab9f96ac23e32e52af2ee32218b.tar.gz
nextcloud-server-6cf4fe19a021cab9f96ac23e32e52af2ee32218b.zip
fix(files): add mount root property and adjust delete wording
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src/init.ts')
-rw-r--r--apps/files/src/init.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/src/init.ts b/apps/files/src/init.ts
index 8002f33ff56..9f463244d91 100644
--- a/apps/files/src/init.ts
+++ b/apps/files/src/init.ts
@@ -66,5 +66,6 @@ registerRecentView()
registerPreviewServiceWorker()
registerDavProperty('nc:hidden', { nc: 'http://nextcloud.org/ns' })
+registerDavProperty('nc:is-mount-root', { nc: 'http://nextcloud.org/ns' })
initLivePhotos()