fix(context): revert restored snapshot type to accumulate

This commit is contained in:
Your Name
2026-05-13 23:04:55 +00:00
parent 2a2834cb77
commit 9a353ae1f8
@@ -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 {