wip private
This commit is contained in:
@@ -8,7 +8,7 @@ export class roomDto
|
||||
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
@IsIn(["public", "protected", "private", "direct", "user"])
|
||||
@IsIn(["public", "private", "direct", "user"])
|
||||
type: string;
|
||||
|
||||
@IsString()
|
||||
|
||||
@@ -18,7 +18,7 @@ export class Chatroom
|
||||
@Column()
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
@IsIn(["public", "protected", "private", "direct", "user"])
|
||||
@IsIn(["public", "private", "direct", "user"])
|
||||
type: string;
|
||||
|
||||
@Column()
|
||||
|
||||
Reference in New Issue
Block a user