Skip to content

Commit 2c7a386

Browse files
authored
Remove ap_follower from Stream exclusion (#2368)
1 parent 05558d3 commit 2c7a386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ function register_stream_connector( $classes ) {
176176
'wp_stream_posts_exclude_post_types',
177177
function ( $post_types ) {
178178
$post_types[] = 'ap_actor';
179-
// @todo remove in one of the next versions
180-
$post_types[] = 'ap_follower';
181179
$post_types[] = 'ap_extrafield';
182180
$post_types[] = 'ap_extrafield_blog';
181+
$post_types[] = 'ap_post';
182+
183183
return $post_types;
184184
}
185185
);

0 commit comments

Comments
 (0)