fix(reminder-hooks): preserve suppression state across compaction
This commit is contained in:
committed by
YeonGyu-Kim
parent
ae7ff3bb7e
commit
3db1da1e5b
@@ -127,12 +127,6 @@ export function createCategorySkillReminderHook(
|
||||
}
|
||||
}
|
||||
|
||||
if (event.type === "session.compacted") {
|
||||
const sessionID = resolveSessionEventID(props)
|
||||
if (sessionID) {
|
||||
sessionStates.delete(sessionID)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user