Add roomName for custom private rooms
This commit is contained in:
parent
577abeb65c
commit
655eeada53
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ const ConversationSchema = new mongoose.Schema(
|
|||
owner: {
|
||||
type: String
|
||||
},
|
||||
roomName: {
|
||||
type: String
|
||||
},
|
||||
members: {
|
||||
type: Array
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue