Several improvements to chat pre/post processing
This commit is contained in:
parent
12922658b9
commit
b9283607d6
10 changed files with 217 additions and 71 deletions
|
|
@ -81,6 +81,12 @@ const permissionSchema = new mongoose.Schema({
|
|||
default: "admin",
|
||||
required: true
|
||||
},
|
||||
editEmotes: {
|
||||
type: mongoose.SchemaTypes.String,
|
||||
enum: rankEnum,
|
||||
default: "admin",
|
||||
required: true
|
||||
},
|
||||
channelOverrides: {
|
||||
type: channelPermissionSchema,
|
||||
default: () => ({})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue