Hi @crepels , I'm an engineer on Threads and just wanted to let you know that we added support for Quote posts on ActivityPub!
Your awesome blog post pointed this out:
https://seb.jambor.dev/posts/understanding-activitypub-part-4-threads/
The changes rolled out earlier this week. Now quote posts look nice on Firefish
Thanks again for writing the post, we have been sharing it with a ton of folks who are curious and what an introduction and technical tutorial
@pcottle Thanks, that's great!
I see that you are using the _misskey_quote field. If you are able to share, I'd be interested in what made you choose this over quoteUrl or quoteUri. Is there better support for _misskey_quote in other Fediverse services?
@crepels
the reasoning was that `quoteUrl` and `quoteUri` aren't officially keys in the activity streams namespace, so we figured it's better to use something that's obviously unofficial (_misskey_quote). I don't think there were any compatibility concerns either.
This was helpful advice from @trwnh btw!