mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(server): seat calc follow member count (#9138)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user