↳
In-reply-to
»
๐ Thanks for joining us on our Sept monthly Yarn.social meetup today y'all ๐โโ๏ธ We had @david @sorenpeter @doesnm @falsifian and @xuu ๐ช Nice turn out! (not all at once of course, as we normally run this over 4 hours as we span many time zones!)
โค Read More
@prologic@twtxt.net Okay. So it goes like this:
My client fetches a feed. It builds a map/hashmap/dictionary of all twts: Timestamps map to twt hashes. It then stores/shows the twts. It also stores the hashmap.
On the next fetch operation, the client re-processes all twts in the feed. It must now compare each timestamp to the previously built hashmap: Aha, timestamp T
has now a twt hash of B
instead of A
, so this is an edited twt.
Did I understand that correctly so far? ๐ค