chore: remove awareness sync since it's not used (#9563)

This commit is contained in:
Saul-Mirone
2025-01-07 06:12:08 +00:00
parent 0d2eb64817
commit 26fb9d148c
6 changed files with 7 additions and 67 deletions

View File

@@ -226,7 +226,6 @@ export class AISlidesRenderer extends WithDisposable(LitElement) {
id: 'SLIDES_PREVIEW',
});
collection.meta.initialize();
collection.start();
const doc = collection.createDoc();
doc.load(() => {

View File

@@ -102,8 +102,6 @@ export class MiniMindmapPreview extends WithDisposable(LitElement) {
schema,
});
collection.meta.initialize();
collection.start();
const doc = collection.createDoc({ id: 'doc:home' }).load();
const rootId = doc.addBlock('affine:page', {});
const surfaceId = doc.addBlock('affine:surface', {}, rootId);