diff --git a/app/Profile.php b/app/Profile.php index a7e4eff26..69994bf5b 100644 --- a/app/Profile.php +++ b/app/Profile.php @@ -180,7 +180,6 @@ class Profile extends Model if( $avatar->is_remote && $avatar->remote_url && - boolval(config_cache('pixelfed.cloud_storage')) == false && boolval(config_cache('federation.avatars.store_local')) == true ) { return $avatar->remote_url;