mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
merge master
This commit is contained in:
@@ -86,6 +86,13 @@ const SettingSchema = new Schema({
|
||||
default: ['localhost']
|
||||
}
|
||||
},
|
||||
|
||||
// Length of time (in milliseconds) after a comment is posted that it can still be edited by the author
|
||||
editCommentWindowLength: {
|
||||
type: Number,
|
||||
min: [0, 'Edit Comment Window length must be greater than zero'],
|
||||
default: 30 * 1000,
|
||||
},
|
||||
tags: [TagSchema]
|
||||
}, {
|
||||
timestamps: {
|
||||
|
||||
Reference in New Issue
Block a user