forked from GNUsocial/gnu-social
[ActivityPub] Fix DELETE
This commit is contained in:
@@ -204,7 +204,7 @@ class ActivityPubQueueHandler extends QueueHandler
|
||||
*
|
||||
* @param $user
|
||||
* @param $notice
|
||||
* @return boolean hook flag
|
||||
* @return bool hook flag
|
||||
* @throws HTTP_Request2_Exception
|
||||
* @throws InvalidUrlException
|
||||
* @author Diogo Cordeiro <diogo@fc.up.pt>
|
||||
@@ -218,10 +218,6 @@ class ActivityPubQueueHandler extends QueueHandler
|
||||
return true;
|
||||
}
|
||||
|
||||
$other = Activitypub_profile::from_profile_collection(
|
||||
$notice->getAttentionProfiles()
|
||||
);
|
||||
|
||||
if ($notice->reply_to) {
|
||||
try {
|
||||
$parent_notice = $notice->getParent();
|
||||
|
Reference in New Issue
Block a user