Skip to content

Commit a3c3427

Browse files
pfefferlematticbot
andauthored
Update Stream-Connector to use ap_follower (#1787)
Co-authored-by: Automattic Bot <[email protected]>
1 parent 2d52441 commit a3c3427

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Update the Stream Connector integration to align with the new database schema.

integration/load.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ function register_stream_connector( $classes ) {
161161
add_filter(
162162
'wp_stream_posts_exclude_post_types',
163163
function ( $post_types ) {
164+
$post_types[] = 'ap_actor';
165+
// @todo remove in one of the next versions
164166
$post_types[] = 'ap_follower';
165167
$post_types[] = 'ap_extrafield';
166168
$post_types[] = 'ap_extrafield_blog';

0 commit comments

Comments
 (0)