diff --git a/integration/load.php b/integration/load.php index 12861374bc..07759319bd 100644 --- a/integration/load.php +++ b/integration/load.php @@ -176,10 +176,10 @@ function register_stream_connector( $classes ) { 'wp_stream_posts_exclude_post_types', function ( $post_types ) { $post_types[] = 'ap_actor'; - // @todo remove in one of the next versions - $post_types[] = 'ap_follower'; $post_types[] = 'ap_extrafield'; $post_types[] = 'ap_extrafield_blog'; + $post_types[] = 'ap_post'; + return $post_types; } );