signal-desktop/js/models
lilia 762cb68721 Serialize sending and adding messages to a convo
Previously, if a message was sent in between the receive time of an
incoming message and the time it is actually added to the conversation's
message collection (which only occurs later after several async
callbacks), the incoming message would be inserted not-at-the-end of the
collection since it is ordered by receive time. This tricked the front
end into assuming the message was an older message instead of a new one.

Fixes #490

// FREEBIE
2016-03-17 15:41:01 -07:00
..
conversations.js Serialize sending and adding messages to a convo 2016-03-17 15:41:01 -07:00
messages.js Serialize sending and adding messages to a convo 2016-03-17 15:41:01 -07:00