update post field meta

This commit is contained in:
Django Doucet 2023-10-01 12:23:24 -06:00
parent f44298f503
commit bf5cccf685

View file

@ -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,
),
),