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