瀏覽代碼

Update ConfigCacheService, fix discover features

Daniel Supernault 3 年之前
父節點
當前提交
ad48521a35
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      app/Services/ConfigCacheService.php

+ 3 - 1
app/Services/ConfigCacheService.php

@@ -48,7 +48,9 @@ class ConfigCacheService
 				'pixelfed.cloud_storage',
 				'pixelfed.cloud_storage',
 
 
 				'account.autofollow',
 				'account.autofollow',
-				'account.autofollow_usernames'
+				'account.autofollow_usernames',
+				'config.discover.features',
+				// 'system.user_mode'
 			];
 			];
 
 
 			if(!config('instance.enable_cc')) {
 			if(!config('instance.enable_cc')) {