diff --git a/packages/core/src/context/utils/snapshotGenerator.ts b/packages/core/src/context/utils/snapshotGenerator.ts index 83cd00e66a..e8cb8cf439 100644 --- a/packages/core/src/context/utils/snapshotGenerator.ts +++ b/packages/core/src/context/utils/snapshotGenerator.ts @@ -147,7 +147,7 @@ export const SnapshotStateHelper = { inbox.publish('PROPOSED_SNAPSHOT', { newText: state.snapshot.text, consumedIds: state.snapshot.consumedIds, - type: 'restored', + type: 'accumulate', timestamp: state.snapshot.timestamp ?? Date.now(), }); } else {