fix: add missing compacted event
This commit is contained in:
parent
8bf552ae25
commit
4a95db6013
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ export namespace SessionCompaction {
|
|||
})
|
||||
}
|
||||
if (processor.message.error) return "stop"
|
||||
Bus.publish(Event.Compacted, { sessionID: input.sessionID })
|
||||
return "continue"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue