In order to view this lesson, you must purchase this course.
In the last episode, we implemented FeedItems for all of the posts that belong to users that we follow. In this lesson, let's wrap up the main feed by also including our own posts in the home page. This is done easily by creating a FeedItem whenever we create a post in the system. Finally I'll also show you how to sort your objects by including a date property on your feed items.