mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-22 15:58:47 +08:00
fix autoreply
This commit is contained in:
parent
5596f47a1a
commit
58987ba917
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ module.exports = (db, server) => {
|
|||
return next();
|
||||
}
|
||||
|
||||
result.value.user = user;
|
||||
r = await db.database.collection('autoreplies').updateOne({ user }, { $set: result.value }, { upsert: true });
|
||||
|
||||
res.json({
|
||||
|
|
Loading…
Reference in a new issue