Fedify 1.5.3
Released on May 16, 2025.
-
Fixed a bug where inbox handler had thrown a
jsonld.SyntaxErrorwhich caused a500 Internal Server Errorwhen the received activity had an invalid JSON-LD syntax. Now it logs the error and responds with a400 Bad Requesterror instead. [#232] -
The
exportJwk()function now populates thealgproperty of a returnedJsonWebKeyobject with"Ed25519"if the input key is an Ed25519 key.