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