소스 검색

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',
 
 				'account.autofollow',
-				'account.autofollow_usernames'
+				'account.autofollow_usernames',
+				'config.discover.features',
+				// 'system.user_mode'
 			];
 
 			if(!config('instance.enable_cc')) {