mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix(federation): 🐛 Correctly remove listeners after job processing finishes
This commit is contained in:
parent
3e19b11609
commit
3ef361f521
2 changed files with 25 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ export enum InboxJobType {
|
|||
ProcessEntity = "processEntity",
|
||||
}
|
||||
|
||||
type InboxJobData = {
|
||||
export type InboxJobData = {
|
||||
data: Entity;
|
||||
headers: {
|
||||
"x-signature"?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue