Marcos Dione on Nostr: I'm hacking a bit on my own feeble attempt to a #Mastodon client. I have read: * ...
I'm hacking a bit on my own feeble attempt to a #Mastodon client. I have read:
* https://maho.dev/2024/02/a-guide-to-implement-activitypub-in-a-static-site-or-any-website/
* https://maho.dev/2024/02/a-guide-to-implement-activitypub-in-a-static-site-or-any-website/
In both cases, toot IDs I see _in the protocol_ are URIs. But fetching from my masto instance, toot IDs are timestamp-like. Even the `in_reply_to_id` are TS-like. Can I assume those are going to be unique and be able to build reply threads à la #phanpy using them?
My data model includes the raw toots, so if I have to modify it, I can nuke everything and recompute.
* https://maho.dev/2024/02/a-guide-to-implement-activitypub-in-a-static-site-or-any-website/
* https://maho.dev/2024/02/a-guide-to-implement-activitypub-in-a-static-site-or-any-website/
In both cases, toot IDs I see _in the protocol_ are URIs. But fetching from my masto instance, toot IDs are timestamp-like. Even the `in_reply_to_id` are TS-like. Can I assume those are going to be unique and be able to build reply threads à la #phanpy using them?
My data model includes the raw toots, so if I have to modify it, I can nuke everything and recompute.