Return th timestamp in mailbox history

This commit is contained in:
yflory
2019-07-01 13:42:40 +02:00
parent d57d5962f4
commit 2e8e6e6de2
2 changed files with 4 additions and 1 deletions

View File

@@ -199,6 +199,7 @@ define([
type: type,
content: {
msg: data.message,
time: data.time,
hash: data.hash
}
});