feat: add editor record (#7938)

fix CLOUD-58, CLOUD-61, CLOUD-62, PD-1607, PD-1608
This commit is contained in:
darkskygit
2024-09-02 09:37:39 +00:00
parent d9cedf89e1
commit d93d39e29d
33 changed files with 622 additions and 55 deletions

View File

@@ -177,6 +177,7 @@ test('should be able to merge updates as snapshot', async t => {
blob: Buffer.from(update),
seq: 1,
createdAt: new Date(Date.now() + 1),
createdBy: null,
},
],
});
@@ -199,6 +200,7 @@ test('should be able to merge updates as snapshot', async t => {
blob: appendUpdate,
seq: 2,
createdAt: new Date(),
createdBy: null,
},
});