Update profile

This commit is contained in:
Daniel Supernault 2023-06-06 06:21:24 -06:00
parent 0f72b33c0e
commit 2cbf1acec3
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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;