Update AP Helpers

pull/1595/head
Daniel Supernault 6 years ago
parent dccaa2bd94
commit 8f60300022
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -220,7 +220,7 @@ class Helpers {
$id = (int) last(explode('/', $url));
return Status::findOrFail($id);
} else {
$cached = Status::whereUrl($url)->first();
$cached = Status::whereUri($url)->orWhere('url', $url)->first();
if($cached) {
return $cached;
}

Loading…
Cancel
Save