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).
Imported from @nicholaschiang's original Linear issue TS-18.
Currently, the
article.created_at
time shown in the UI is simply the first tweet'screated_at
time. Instead, I should sort the tweets ascendingly bycreated_at
timestamps and then take the timestamp of the first one (i.e. the first tweet about the link in our database).