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
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ class Profile extends Model
if( $avatar->is_remote && if( $avatar->is_remote &&
$avatar->remote_url && $avatar->remote_url &&
boolval(config_cache('pixelfed.cloud_storage')) == false &&
boolval(config_cache('federation.avatars.store_local')) == true boolval(config_cache('federation.avatars.store_local')) == true
) { ) {
return $avatar->remote_url; return $avatar->remote_url;