mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08: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 });
|
const workspace = new BlocksuiteWorkspace({ room: workspaceInfo.id });
|
||||||
this.linkLocal(workspace);
|
await this.linkLocal(workspace);
|
||||||
workspace.meta.setName(meta.name);
|
workspace.meta.setName(meta.name);
|
||||||
if (!meta.avatar) {
|
if (!meta.avatar) {
|
||||||
// set default avatar
|
// set default avatar
|
||||||
|
|||||||
Reference in New Issue
Block a user