1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 16:24:29 +00:00

Update Inbox, fix typo

This commit is contained in:
Daniel Supernault 2019-09-06 20:34:00 -06:00
parent 48f5161b3c
commit 2e345687d9
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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;