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

@@ -23,6 +23,10 @@ var storySchema = new mongoose.Schema({
type: String,
unique: false
},
originalStoryAuthorEmail: {
type: String,
default: ''
},
rank: {
type: Number,
default: -Infinity