Unverified Commit 4bb32dc6 authored by Fabien O'Carroll's avatar Fabien O'Carroll Committed by Hong Minhee
Browse files

Added missing `this.#inboxPath` assignment

This fixes the issue with path mismatch when calling `setInboxDispatcher`
parent 1fde5f33
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1351,6 +1351,7 @@ export class Federation<TContextData> {
          "Path for inbox must have one variable: {handle}",
        );
      }
      this.#inboxPath = inboxPath;
    }
    if (sharedInboxPath != null) {
      const siVars = this.#router.add(sharedInboxPath, "sharedInbox");