add delete_at when user is deactivated
This commit is contained in:
@@ -59,6 +59,7 @@ const schema = {
|
||||
notify_props: Joi.object({
|
||||
mention_keys: Joi.string().optional().allow(''),
|
||||
}).optional(),
|
||||
delete_at: Joi.number().integer().min(0).optional(),
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user