And then how do I sort these multiple timelines? I was just sticking them in an array keyed by the id, but I'm not sure that ids are globally unique, or if each instance gives them their own.

I should probably sort by the date instead.

@schizanon sort by date would be nicer, but difficult since maybe one account has 200 posts to display in the past hour, but the other account only has one per day. Tricky to reconcile with the pagination. Good luck! I like the idea