mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Merge pull request #1463 from pixelfed/frontend-ui-refactor
Update AP Inbox
This commit is contained in:
commit
c126425e00
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue