Merge pull request #4456 from pixelfed/staging

Update profile
This commit is contained in:
daniel 2023-06-06 06:21:57 -06:00 committed by GitHub
commit 341a032949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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;