diff --git a/includes/functions.php b/includes/functions.php index 7fefe2f..64ecdbc 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -230,7 +230,7 @@ function url_to_postid( $in_replyto_url ) { 'type' => $post_types, 'meta_query' => array( array( - 'key' => '_activitypub_permalink_compat', + 'key' => 'activitypub_canonical_url', 'value' => $in_replyto_url, ), ),