Unverified Commit 5c77c0dd authored by dmba.info's avatar dmba.info Committed by GitHub
Browse files

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
parent 9135e8b3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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":