Fixed timestamps and added last message to the gutter
This commit is contained in:
parent
1c47fb7ed8
commit
2462aba24b
4 changed files with 16 additions and 2 deletions
|
@ -56,7 +56,9 @@
|
|||
|
||||
this.save({
|
||||
unreadCount : 0,
|
||||
active_at : now
|
||||
active_at : now,
|
||||
timestamp : now,
|
||||
lastMessage : body
|
||||
});
|
||||
|
||||
var sendFunc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue