Unverified Commit cfc1e513 authored by Hong Minhee's avatar Hong Minhee
Browse files

Start queue if it exists and is not started yet

parent debfdc39
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,