[ActivityPub][Queues] Fix Like
This commit is contained in:
parent
c834d27dd6
commit
5f35d9633d
@ -173,6 +173,7 @@ class ActivityPubQueueHandler extends QueueHandler
|
||||
*/
|
||||
public function onEndFavorNotice(Profile $profile, Notice $notice, $other)
|
||||
{
|
||||
$notice = $notice->getParent();
|
||||
if ($notice->reply_to) {
|
||||
try {
|
||||
$parent_notice = $notice->getParent();
|
||||
|
Loading…
Reference in New Issue
Block a user