From ad48521a35b69a3249993055a3d5456bfcfee4c1 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 1 Mar 2022 21:49:09 -0700 Subject: [PATCH] Update ConfigCacheService, fix discover features --- app/Services/ConfigCacheService.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Services/ConfigCacheService.php b/app/Services/ConfigCacheService.php index 55c26475b..65c57882b 100644 --- a/app/Services/ConfigCacheService.php +++ b/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')) {