rooteco / tweetscape

the supercharged twitter feed
https://prototype.tweetscape.co
GNU Affero General Public License v3.0
18 stars 2 forks source link

Set article time by first tweet created_at #387

Closed nicholaschiang closed 2 years ago

nicholaschiang commented 2 years ago

Imported from @nicholaschiang's original Linear issue TS-18.

Currently, the article.created_at time shown in the UI is simply the first tweet's created_at time. Instead, I should sort the tweets ascendingly by created_at timestamps and then take the timestamp of the first one (i.e. the first tweet about the link in our database).