diff --git a/includes/rest/class-inbox.php b/includes/rest/class-inbox.php index 477cef7..3f8f2ab 100644 --- a/includes/rest/class-inbox.php +++ b/includes/rest/class-inbox.php @@ -352,11 +352,6 @@ class Inbox { $meta = \Activitypub\get_remote_metadata_by_actor( $object['actor'] ); - // Objects must have IDs - if ( ! isset( $object['object']['id'] ) ) { - \error_log( 'Comment provided without ID' ); - return; - } $id = $object['object']['id']; // Only handle replies