mirror of https://github.com/pixelfed/pixelfed.git
Update Inbox
This commit is contained in:
parent
d0fefe242b
commit
f829df23a0
|
@ -300,6 +300,9 @@ class Inbox
|
|||
}
|
||||
$actor = $this->payload['actor'];
|
||||
$obj = $this->payload['object'];
|
||||
if(is_string($obj) == true) {
|
||||
return;
|
||||
}
|
||||
$type = $this->payload['object']['type'];
|
||||
$typeCheck = in_array($type, ['Person', 'Tombstone']);
|
||||
if(!Helpers::validateUrl($actor) || !Helpers::validateUrl($obj['id']) || !$typeCheck) {
|
||||
|
|
Loading…
Reference in New Issue