mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix: fix link to indexDB
This commit is contained in:
@@ -93,7 +93,7 @@ export class LocalProvider extends BaseProvider {
|
||||
};
|
||||
|
||||
const workspace = new BlocksuiteWorkspace({ room: workspaceInfo.id });
|
||||
this.linkLocal(workspace);
|
||||
await this.linkLocal(workspace);
|
||||
workspace.meta.setName(meta.name);
|
||||
if (!meta.avatar) {
|
||||
// set default avatar
|
||||
|
||||
Reference in New Issue
Block a user