Merge pull request #1664 from pixelfed/staging

Update Inbox, fix typo
pull/1673/head
daniel 6 years ago committed by GitHub
commit f428aeecd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save