mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
merge with master after huge coral-embed-stream refactor
This commit is contained in:
+7
-1
@@ -123,7 +123,13 @@ const UserSchema = new mongoose.Schema({
|
||||
|
||||
// user id of another user
|
||||
type: String,
|
||||
}]
|
||||
}],
|
||||
|
||||
// Additional metadata stored on the field.
|
||||
metadata: {
|
||||
default: {},
|
||||
type: Object
|
||||
}
|
||||
}, {
|
||||
|
||||
// This will ensure that we have proper timestamps available on this model.
|
||||
|
||||
Reference in New Issue
Block a user