From ad48521a35b69a3249993055a3d5456bfcfee4c1 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 1 Mar 2022 21:49:09 -0700 Subject: [PATCH 1/2] 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 55c26475..65c57882 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')) { From 84d5022a4e2119e57d499950b8fc5e36633fd9e5 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 1 Mar 2022 21:49:39 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6039cc..89e32bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ - Updated ComposeModal, fix post redirect on old UI. ([160e32a5](https://github.com/pixelfed/pixelfed/commit/160e32a5)) - Updated LikeService, improve caching logic and add profile id to likedBy method to fix #3271. ([6af842eb](https://github.com/pixelfed/pixelfed/commit/6af842eb)) - Updated admin diagnostics, add more configuration data to help diagnose potential issues. ([eab96fc3](https://github.com/pixelfed/pixelfed/commit/eab96fc3)) +- Updated ConfigCacheService, fix discover features. ([ad48521a](https://github.com/pixelfed/pixelfed/commit/ad48521a)) - ([](https://github.com/pixelfed/pixelfed/commit/)) ## [v0.11.2 (2022-01-09)](https://github.com/pixelfed/pixelfed/compare/v0.11.1...v0.11.2)