GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
94edf97b1dd691ed96d9a17f4a00a5367585ca07
Authored by
zhouhaihai
2019-12-20 20:57:15 +0800
1 parent
14f1591b
邮件
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/EmailAction.lua
Inline
Side-by-side
src/actions/EmailAction.lua
Wrap text
Show/Hide comments
View file @
94edf97
...
...
@@ -62,7 +62,7 @@ function _M.listRpc(agent, data)
62
62
table.insert(result, email:data())
63
63
end
64
64
65
- SendPacket(actionCodes.Email_listRpc, MsgPack.pack(
result
))
65
+ SendPacket(actionCodes.Email_listRpc, MsgPack.pack(
{list = result}
))
66
66
return true
67
67
end
68
68
...
...