瀏覽代碼

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;