How can i make a Twitter-like following system where, if you follow someone, you will receive their tweets. I have a database table called "users", "followings", and "posts". The users table holds the users that are on my site. The followings shows the persons followers, this table is setup like this :'id, user_one, user_two'. And the posts table holds all the tweets or posts that the unique user has.How can i make a Twitter-like following system