In addition to creating a FeedItem for ourselves when we make a post, we're also required to fill the feed of users in the system that are following the logged in user. To easily accomplish this task, we'll first fetch all of our followers and create a FeedItem for each one of them that will represent our new post object.