[ActivityPub][INBOX][Delete] Support Delete Actor object being a Tombstone
This commit is contained in:
parent
e4e41bb595
commit
efdc7d9ba0
@ -276,6 +276,9 @@ class Activitypub_inbox_handler
|
|||||||
// We don't know the type of the deleted object :(
|
// We don't know the type of the deleted object :(
|
||||||
// Nor if it's gone or not.
|
// Nor if it's gone or not.
|
||||||
try {
|
try {
|
||||||
|
if (is_array($object)) {
|
||||||
|
$object = $object['id'];
|
||||||
|
}
|
||||||
$aprofile = Activitypub_profile::fromUri($object, false);
|
$aprofile = Activitypub_profile::fromUri($object, false);
|
||||||
$res = Activitypub_explorer::get_remote_user_activity($object);
|
$res = Activitypub_explorer::get_remote_user_activity($object);
|
||||||
Activitypub_profile::update_profile($aprofile, $res);
|
Activitypub_profile::update_profile($aprofile, $res);
|
||||||
|
Loading…
Reference in New Issue
Block a user