feat(nbstore): allow polling protocol (#11160)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { ServerDeploymentType } from '@affine/graphql';
|
||||
import {
|
||||
IndexedDBDocStorage,
|
||||
IndexedDBDocSyncStorage,
|
||||
@@ -64,6 +65,9 @@ export class UserDBEngine extends Entity<{
|
||||
id: this.userId,
|
||||
serverBaseUrl: serverService.server.baseUrl,
|
||||
type: 'userspace',
|
||||
isSelfHosted:
|
||||
serverService.server.config$.value.type ===
|
||||
ServerDeploymentType.Selfhosted,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user