mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ConfigCacheService, fix discover features
This commit is contained in:
parent
79fde3c349
commit
ad48521a35
1 changed files with 3 additions and 1 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Reference in a new issue