Skip to content

Commit dd4c7f1

Browse files
committed
Flush meta cache after delete.
1 parent a5e9de4 commit dd4c7f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp-includes/collaboration/class-wp-sync-post-meta-storage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ public function remove_updates_before_cursor( string $room, int $cursor ): bool
302302
return false;
303303
}
304304

305+
wp_cache_maybe_set_posts_last_changed_following_post_meta_update( array(), $post_id, self::SYNC_UPDATE_META_KEY );
305306
return true;
306307
}
307308
}

0 commit comments

Comments
 (0)