mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
commit
f428aeecd8
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class Inbox
|
||||||
if(!isset(
|
if(!isset(
|
||||||
$this->payload['actor'],
|
$this->payload['actor'],
|
||||||
$this->payload['object'],
|
$this->payload['object'],
|
||||||
$this->payload['object']['id']
|
$this->payload['object']['id'],
|
||||||
$this->payload['object']['type']
|
$this->payload['object']['type']
|
||||||
)) {
|
)) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue