forked from mirror/pixelfed
commit
3b7d3fed07
2 changed files with 4 additions and 1 deletions
|
@ -64,6 +64,7 @@
|
||||||
- Updated ComposeModal, fix post redirect on old UI. ([160e32a5](https://github.com/pixelfed/pixelfed/commit/160e32a5))
|
- 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 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 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/))
|
- ([](https://github.com/pixelfed/pixelfed/commit/))
|
||||||
|
|
||||||
## [v0.11.2 (2022-01-09)](https://github.com/pixelfed/pixelfed/compare/v0.11.1...v0.11.2)
|
## [v0.11.2 (2022-01-09)](https://github.com/pixelfed/pixelfed/compare/v0.11.1...v0.11.2)
|
||||||
|
|
|
@ -48,7 +48,9 @@ class ConfigCacheService
|
||||||
'pixelfed.cloud_storage',
|
'pixelfed.cloud_storage',
|
||||||
|
|
||||||
'account.autofollow',
|
'account.autofollow',
|
||||||
'account.autofollow_usernames'
|
'account.autofollow_usernames',
|
||||||
|
'config.discover.features',
|
||||||
|
// 'system.user_mode'
|
||||||
];
|
];
|
||||||
|
|
||||||
if(!config('instance.enable_cc')) {
|
if(!config('instance.enable_cc')) {
|
||||||
|
|
Loading…
Reference in a new issue