still working on passing original author email all the way down the comment chain

This commit is contained in:
Michael Q Larson
2015-04-08 00:30:51 -07:00
parent 1c7d0b11b6
commit 6242f322d7
6 changed files with 51 additions and 8 deletions

View File

@@ -10,6 +10,10 @@ var commentSchema = new mongoose.Schema({
type: String,
default: ''
},
originalStoryAuthorEmail: {
type: String,
default: ''
},
body: {
type: String,
default: ''