Skip to content

Commit 7fc88ee

Browse files
committed
fix: fix manual snapshot saving
1 parent 01e02cf commit 7fc88ee

File tree

1 file changed

+1
-1
lines changed
  • apps/client/src/code/api-interface/pages/snapshots

1 file changed

+1
-1
lines changed

apps/client/src/code/api-interface/pages/snapshots/save.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export async function savePageSnapshot(input: {
2727
encryptedData: symmetricKey.encrypt(Y.encodeStateAsUpdateV2(input.doc), {
2828
padding: true,
2929
associatedData: {
30-
context: 'PageDocUpdate',
30+
context: 'PageSnapshotData',
3131
pageId: input.pageId,
3232
},
3333
}),

0 commit comments

Comments
 (0)