Browse Source

Update ConfigCacheService, fix discover features

Daniel Supernault 3 years ago
parent
commit
ad48521a35
1 changed files with 3 additions and 1 deletions
  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')) {