Commit d9cb65a9acfb70d3e759e4d990e1ca0425dfae2f
1 parent
bc902e2d
bug
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/services/globald.lua
@@ -73,6 +73,7 @@ local function mailQuene() | @@ -73,6 +73,7 @@ local function mailQuene() | ||
73 | redisproxy:hmset(string_format("globalEmail:%s", gid), | 73 | redisproxy:hmset(string_format("globalEmail:%s", gid), |
74 | "id", gid, | 74 | "id", gid, |
75 | "createtime", email.endTime, | 75 | "createtime", email.endTime, |
76 | + "title", email.title, | ||
76 | "stitle", email.stitle, | 77 | "stitle", email.stitle, |
77 | "content", email.content, | 78 | "content", email.content, |
78 | "attachments", email.attachments, | 79 | "attachments", email.attachments, |