Add roomName for custom private rooms

This commit is contained in:
NyxiumYuuki 2021-06-01 22:34:57 +02:00
parent 577abeb65c
commit 655eeada53

View file

@ -14,6 +14,9 @@ const ConversationSchema = new mongoose.Schema(
owner: {
type: String
},
roomName: {
type: String
},
members: {
type: Array
},