mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update AP helpers, fix statusFetch 404s
This commit is contained in:
parent
69d7f7e452
commit
3419379aa8
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ class Helpers {
|
|||
|
||||
$res = self::fetchFromUrl($url);
|
||||
|
||||
if(!$res || empty($res)) {
|
||||
if(!$res || empty($res) || isset($res['error']) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue