Nesting of comments in view, disabling comment form display button on button click
This commit is contained in:
@@ -22,6 +22,10 @@ var commentSchema = new mongoose.Schema({
|
||||
comments: {
|
||||
type: Array,
|
||||
default: []
|
||||
},
|
||||
toplevel: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user