Browse Source

Update ConfigCacheService, fix discover features

Daniel Supernault 3 năm trước cách đây
mục cha
commit
ad48521a35
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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')) {