diff --git a/includes/collection/class-followers.php b/includes/collection/class-followers.php index 7412d52..c6c6223 100644 --- a/includes/collection/class-followers.php +++ b/includes/collection/class-followers.php @@ -217,6 +217,7 @@ class Followers { } $follower = new Follower( $actor ); + $follower->from_meta( $meta ); $follower->upsert(); $result = wp_set_object_terms( $user_id, $follower->get_actor(), self::TAXONOMY, true );