1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 01:05:36 +00:00

Update AP helpers, fix statusFetch 404s

This commit is contained in:
Daniel Supernault 2021-01-30 18:41:51 -07:00
parent 69d7f7e452
commit 3419379aa8
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -258,7 +258,7 @@ class Helpers {
$res = self::fetchFromUrl($url);
if(!$res || empty($res)) {
if(!$res || empty($res) || isset($res['error']) ) {
return;
}