Merge pull request #3956 from pixelfed/staging

Update AP helpers
pull/3989/head
daniel 2 years ago committed by GitHub
commit 70673fc0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -400,6 +400,11 @@ class Helpers {
}
$profile = self::profileFirstOrNew($attributedTo);
if(!$profile) {
return;
}
if(isset($activity['object']['inReplyTo']) && !empty($activity['object']['inReplyTo']) || $replyTo == true) {
$reply_to = self::statusFirstOrFetch(self::pluckval($activity['object']['inReplyTo']), false);
if($reply_to) {

Loading…
Cancel
Save