소스 검색

Update profile

Daniel Supernault 2 년 전
부모
커밋
2cbf1acec3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Profile.php

+ 0 - 1
app/Profile.php

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