mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 16:21:09 +10:00
Replace space privacy with visibility
* Make creatorId nullable
This commit is contained in:
@ -10,7 +10,7 @@ export enum SpaceRole {
|
||||
READER = 'reader', // can only read pages in space
|
||||
}
|
||||
|
||||
export enum SpacePrivacy {
|
||||
export enum SpaceVisibility {
|
||||
OPEN = 'open', // any workspace member can see and join.
|
||||
PRIVATE = 'private', // only added space users can see
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user