add delete_at when user is deactivated

This commit is contained in:
2026-05-18 17:08:12 +03:00
parent 14684e0901
commit 0369a40ad9
2 changed files with 5 additions and 0 deletions

View File

@@ -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(),
}
//