diff --git a/includes/rest/class-outbox-controller.php b/includes/rest/class-outbox-controller.php index 8c2f0fbaa..b9aaf6355 100644 --- a/includes/rest/class-outbox-controller.php +++ b/includes/rest/class-outbox-controller.php @@ -136,9 +136,8 @@ public function get_items( $request ) { 'compare' => 'NOT EXISTS', ), array( - 'key' => 'activitypub_content_visibility', - 'value' => array( ACTIVITYPUB_CONTENT_VISIBILITY_QUIET_PUBLIC, ACTIVITYPUB_CONTENT_VISIBILITY_LOCAL ), - 'compare' => 'NOT IN', + 'key' => 'activitypub_content_visibility', + 'value' => ACTIVITYPUB_CONTENT_VISIBILITY_PUBLIC, ), ), ),