fix: add missing compacted event
parent
8bf552ae25
commit
4a95db6013
|
|
@ -224,6 +224,7 @@ export namespace SessionCompaction {
|
|||
})
|
||||
}
|
||||
if (processor.message.error) return "stop"
|
||||
Bus.publish(Event.Compacted, { sessionID: input.sessionID })
|
||||
return "continue"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue