Merge pull request #1463 from pixelfed/frontend-ui-refactor

Update AP Inbox
pull/1479/head
daniel 6 years ago committed by GitHub
commit c126425e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -323,6 +323,7 @@ class Inbox
break;
case 'Announce':
$obj = $obj['object'];
abort_if(!Helpers::validateLocalUrl($obj), 400);
$status = Helpers::statusFetch($obj);
if(!$status) {

Loading…
Cancel
Save