Loading CHANGES.md +11 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,17 @@ To be released. [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/ Version 0.15.1 -------------- Released on September 15, 2024. - Fixed a bug where even if the `ActorCallbackSetters.mapHandle()` method was called, a WebFinger username was used as an actor's handle. [[#136]] [#136]: https://github.com/dahlia/fedify/pull/136 Version 0.15.0 -------------- Loading src/federation/middleware.ts +1 −0 Original line number Diff line number Diff line Loading @@ -2063,6 +2063,7 @@ class FederationImpl<TContextData> implements Federation<TContextData> { return await handleWebFinger(request, { context, actorDispatcher: this.actorCallbacks?.dispatcher, actorHandleMapper: this.actorCallbacks?.handleMapper, onNotFound, }); case "nodeInfoJrd": Loading Loading
CHANGES.md +11 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,17 @@ To be released. [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/ Version 0.15.1 -------------- Released on September 15, 2024. - Fixed a bug where even if the `ActorCallbackSetters.mapHandle()` method was called, a WebFinger username was used as an actor's handle. [[#136]] [#136]: https://github.com/dahlia/fedify/pull/136 Version 0.15.0 -------------- Loading
src/federation/middleware.ts +1 −0 Original line number Diff line number Diff line Loading @@ -2063,6 +2063,7 @@ class FederationImpl<TContextData> implements Federation<TContextData> { return await handleWebFinger(request, { context, actorDispatcher: this.actorCallbacks?.dispatcher, actorHandleMapper: this.actorCallbacks?.handleMapper, onNotFound, }); case "nodeInfoJrd": Loading