Invert pending/sent model

This commit is contained in:
lilia 2015-07-07 19:21:10 -07:00
parent a66195a98f
commit fa4022a4e3
6 changed files with 18 additions and 12 deletions

View file

@ -92,7 +92,8 @@
sent_at : data.timestamp,
received_at : now,
conversationId : data.destination,
type : 'outgoing'
type : 'outgoing',
sent : true
});
message.handleDataMessage(data.message);