Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7fc88ee

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /