mirror of https://github.com/pixelfed/pixelfed.git
commit
341a032949
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue