mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update profile
This commit is contained in:
parent
0f72b33c0e
commit
2cbf1acec3
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue