From bf5cccf68583083c55d316beb5d401d1cb3e90d8 Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Sun, 1 Oct 2023 12:23:24 -0600 Subject: [PATCH] update post field meta --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ), ),