feat(users): hide remark info to user self

This commit is contained in:
OldHawk
2018-05-26 22:19:32 +08:00
parent 1dcf018e65
commit cbdae81810

View File

@@ -23,6 +23,7 @@ var ScoreLogSchema = new Schema({
},
reason: {
event: {type: String, trim: true, default: ''},
event_str: {type: String, trim: true, default: ''},
params: {type: Object}
},
createdAt: {