@hollo@hollo.social

Have you been having trouble fetching accounts or posts from that have custom emojis in ?

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.

https://hollo.social/@fedify/01941dab-e4c3-7ce0-9307-b5b8c095d521

hollo.social

Are you getting the following …

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][1]. Fortunately, [this patch][2] fixes that issue, so keep an eye out for it. [1]: https://akkoma.dev/AkkomaGang/akkoma/issues/848 [2]: https://akkoma.dev/AkkomaGang/akkoma/pulls/850

Are you getting the following error when trying to look up any Activity Streams objects from 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.

akkoma.dev

Completely omit id for anonymous objects

Brings us in line with the proposed AP spec amendment fixing: https://akkoma.dev/AkkomaGang/akkoma/issues/848 *(see commit message for details)* ~~**WIP** since federation effects are completely untested atm and the decision wrt AP spec isn’t final yet~~

0 quotes