mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Update Inbox
This commit is contained in:
parent
ad4a36affd
commit
00047e9b1b
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ class Inbox
|
||||||
{
|
{
|
||||||
|
|
||||||
$actor = $this->payload['actor'];
|
$actor = $this->payload['actor'];
|
||||||
$obj = $this->payload['object'];
|
$obj = $this->payload['object']['object'];
|
||||||
$type = $this->payload['object']['type'];
|
$type = $this->payload['object']['type'];
|
||||||
|
|
||||||
if($type !== 'Follow') {
|
if($type !== 'Follow') {
|
||||||
|
|
Loading…
Reference in a new issue