mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 07:21:37 +03:00
feat(server): seat calc follow member count (#9138)
This commit is contained in:
parent
0e73737407
commit
994e4c5bc1
@ -105,8 +105,6 @@ export class WorkspaceSubscriptionManager extends SubscriptionManager {
|
||||
const count = await this.db.workspaceUserPermission.count({
|
||||
where: {
|
||||
workspaceId: args.workspaceId,
|
||||
// @TODO(darksky): replace with [status: WorkspaceUserPermissionStatus.Accepted]
|
||||
accepted: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user