We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4acc6d + 954f7be commit 3f1949eCopy full SHA for 3f1949e
src/main.js
@@ -24,6 +24,7 @@
24
25
import Vue from 'vue'
26
import { getRequestToken } from '@nextcloud/auth'
27
+import { registerDavProperty } from '@nextcloud/files'
28
import { sync } from 'vuex-router-sync'
29
import { generateFilePath } from '@nextcloud/router'
30
import '@nextcloud/dialogs/style.css'
@@ -58,6 +59,8 @@ const getPreferenceFromPage = (key) => {
58
59
return elem.value
60
}
61
62
+registerDavProperty('nc:share-attributes', { nc: 'http://nextcloud.org/ns' })
63
+
64
store.commit('savePreference', {
65
key: 'debug',
66
value: loadState('mail', 'debug', false),
0 commit comments