mirror of
https://github.com/docmost/docmost.git
synced 2025-11-23 20:21:09 +10:00
Implement Space membership by group
* Add all users to default group * Fixes and updates
This commit is contained in:
@ -10,3 +10,7 @@ export class CreateGroupDto {
|
||||
@IsString()
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export enum DefaultGroup {
|
||||
EVERYONE = 'users',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user