fix(context): revert restored snapshot type to accumulate

This commit is contained in:
Your Name
2026-05-13 23:04:55 +00:00
parent ef50ae6a56
commit 231bd225df

View File

@@ -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 {