mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
merge master
This commit is contained in:
@@ -114,6 +114,14 @@ const UserSchema = new mongoose.Schema({
|
||||
default: false
|
||||
},
|
||||
|
||||
// User's suspension details.
|
||||
suspension: {
|
||||
until: {
|
||||
type: Date,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
|
||||
// User's settings
|
||||
settings: {
|
||||
bio: {
|
||||
|
||||
Reference in New Issue
Block a user