mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 09:30:01 +08:00
feat(nbstore): new doc sync engine (#8918)
This commit is contained in:
@@ -57,6 +57,10 @@ export class IndexedDBV1DocStorage extends DocStorage {
|
||||
return {};
|
||||
}
|
||||
|
||||
override async getDocTimestamp(_docId: string) {
|
||||
return null;
|
||||
}
|
||||
|
||||
protected override async setDocSnapshot(): Promise<boolean> {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user