Browse Source

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

https://git.hammerle.me/fphammerle/carddavmate/commit/7180702fb52b4dfeae6ae4da93a86f50e47e5969
Fabian Peter Hammerle 4 năm trước cách đây
mục cha
commit
bb14ee568c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      cache.manifest
  2. 1 1
      config.js

+ 1 - 1
cache.manifest

@@ -1,5 +1,5 @@
 CACHE MANIFEST
-#V 20201125184215
+#V 20201125184254
 
 CACHE:
 common.js

+ 1 - 1
config.js

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