Browse Source

config: manually load resource 'family' (delgation == true insufficient, apparently unsupported by radicale)

Fabian Peter Hammerle 4 years ago
parent
commit
7180702fb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -290,7 +290,7 @@ var globalNetworkCheckSettings={
 	checkContentType: true,
 	settingsAccount: false,
 	delegation: true,
-	additionalResources: [],
+	additionalResources: ['family'],
 	hrefLabel: null,
 	forceReadOnly: null
 }