mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-12 07:00:45 +00:00
Update AP Inbox, remove trailing comma
This commit is contained in:
parent
b7ee9981eb
commit
5c44354880
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue