Skip to content

Commit 5c77c0d

Browse files
authored
Missing handle mapper in middleware.ts (#136)
* Update middleware.ts No actor handle mapper is set; and use the WebFinger username as the actor's internal handle. * Update middleware.ts
1 parent 9135e8b commit 5c77c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/federation/middleware.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,7 @@ class FederationImpl<TContextData> implements Federation<TContextData> {
20632063
return await handleWebFinger(request, {
20642064
context,
20652065
actorDispatcher: this.actorCallbacks?.dispatcher,
2066+
actorHandleMapper: this.actorCallbacks?.handleMapper,
20662067
onNotFound,
20672068
});
20682069
case "nodeInfoJrd":

0 commit comments

Comments
 (0)