diff --git a/src/services/globald.lua b/src/services/globald.lua index 2f0e1dc..92afb46 100644 --- a/src/services/globald.lua +++ b/src/services/globald.lua @@ -69,7 +69,8 @@ local function mailQuene() "attachments", email.attachments, "endtime", email.endTime, "mid", email.mid, - "timestamp", now + "timestamp", now, + "delayType", email.delayType ) else redisproxy:hmset(string_format("globalEmail:%s", gid), @@ -80,7 +81,8 @@ local function mailQuene() "content", email.content, "attachments", email.attachments, "endtime", email.endTime, - "timestamp", now + "timestamp", now, + "delayType", email.delayType ) end end -- libgit2 0.21.2