still working on passing original author email all the way down the comment chain
This commit is contained in:
@@ -10,6 +10,10 @@ var commentSchema = new mongoose.Schema({
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
originalStoryAuthorEmail: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
body: {
|
||||
type: String,
|
||||
default: ''
|
||||
|
Reference in New Issue
Block a user