mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 04:25:39 +02:00
feat(Messages): merge adminMessages into user messages list
This commit is contained in:
@@ -32,6 +32,10 @@ var AdminMessageSchema = new Schema({
|
||||
type: Schema.Types.ObjectId,
|
||||
ref: 'User'
|
||||
}],
|
||||
updatedat: {
|
||||
type: Date,
|
||||
default: Date.now
|
||||
},
|
||||
createdat: {
|
||||
type: Date,
|
||||
default: Date.now
|
||||
|
||||
Reference in New Issue
Block a user