Fixed timestamps and added last message to the gutter

This commit is contained in:
Dave Sescleifer 2014-12-23 01:05:51 -06:00 committed by lilia
parent 1c47fb7ed8
commit 2462aba24b
4 changed files with 16 additions and 2 deletions

View file

@ -56,7 +56,9 @@
this.save({
unreadCount : 0,
active_at : now
active_at : now,
timestamp : now,
lastMessage : body
});
var sendFunc;