mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update AP Inbox
This commit is contained in:
parent
4219abe95c
commit
b77cb188b9
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