Fedify: an ActivityPub server framework
Are you getting the following error when trying to look up any Activity Streams objects from #Akkoma that contain custom emojis?
jsonld.SyntaxError: Invalid JSON-LD syntax; "@id" value must a string.
This is because they represent an Emoji
object as an invalid JSON-LD object. Fortunately, this patch fixes that issue, so keep an eye out for it.