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

@@ -1,5 +1,5 @@
import type { Slot } from '@blocksuite/global/utils';
import type { BlobEngine, DocEngine } from '@blocksuite/sync';
import type { BlobEngine } from '@blocksuite/sync';
import type * as Y from 'yjs';
import type { Schema } from '../schema/schema.js';
@@ -13,7 +13,6 @@ export interface Workspace {
readonly id: string;
readonly meta: WorkspaceMeta;
readonly idGenerator: IdGenerator;
readonly docSync: DocEngine;
readonly blobSync: BlobEngine;
readonly awarenessStore: AwarenessStore;