Add sessionHolding template, unique 8-digit codes, reason slot for sessionCancelled, and disable unused notifications
This commit is contained in:
@@ -27,6 +27,10 @@ const settingSchema = new mongoose.Schema({
|
||||
botEnabled: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
notificationSettings: {
|
||||
type: mongoose.Schema.Types.Mixed,
|
||||
default: {}
|
||||
}
|
||||
}, {
|
||||
timestamps: true,
|
||||
|
||||
Reference in New Issue
Block a user