@rcombs @halva @loveshock The media type `application/activity+json` signals an AS2 document, not necessarily a fediverse object, and not necessarily containing AP properties such as `likes` and `shares` collections ^_^
This isn't a matter of "spec compliance", because AS2 is more or less unstructured data once you get past the JSON(-LD). Anything can be included or not included.
Either way, Akkoma currently implements Mastodon API compatibility to a degree that it should be transparent here?
(akkoma actually has its own cursed protocol that overlaps but not necessarily actually complies with activitypub)
i’m not sure any commonly used activitypub software does, since activitypub is a massively overcomplicated protocol, and to federate with mastodon you have to emit specially formatted messages that don’t quite match any canonical form of activitypub messages
@rcombs @loveshock i added that link but it still doesn’t work
does the discord embed fetcher implement activitypub request signing?
@charlotte @loveshock what was the link URL?
it does not implement signing (and likely will not), but if the link points to a URL with path "/notice/[alphanumeric ID]" (as with the HTML pages), the unfurler should be able to recognize that and make request the post from the Mastodon-compatible API