forked from mirror/pixelfed
Update AP Inbox, remove trailing comma
This commit is contained in:
parent
b7ee9981eb
commit
5c44354880
|
@ -299,7 +299,7 @@ class Inbox
|
||||||
{
|
{
|
||||||
if(!isset(
|
if(!isset(
|
||||||
$this->payload['actor'],
|
$this->payload['actor'],
|
||||||
$this->payload['object'],
|
$this->payload['object']
|
||||||
)) {
|
)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue