| @@ -929,9 +929,9 @@ | ||
| 929 | 929 | $remote_post_ids = array(); |
| 930 | 930 | $existing_posts = new \WP_Query(); |
| 931 | 931 | foreach ( array( |
| 932 | 932 | 'post_type' => Friends::CPT, |
| 933 | - 'post_status' => array( 'publish', 'private', 'trash' ), | |
| 933 | + 'post_status' => array( 'publish', 'private', 'trash', 'future' ), | |
| 934 | 934 | 'nopaging' => true, |
| 935 | 935 | 'fields' => 'ids', |
| 936 | 936 | ) as $key => $value ) { |
| 937 | 937 | $existing_posts->set( $key, $value ); |