Skip to content

Commit

Permalink
Start queue if it exists and is not started yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Jul 3, 2024
1 parent debfdc3 commit cfc1e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions federation/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1805,6 +1805,7 @@ export class Federation<TContextData> {
});
}
}
if (this.#queue != null) this.#startQueue(contextData);
return await handleInbox(request, {
handle: route.values.handle ?? null,
context,
Expand Down

0 comments on commit cfc1e51

Please sign in to comment.