You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/js
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
9 years ago
..
models Serialize sending and adding messages to a convo 9 years ago
views Fixes #663 Conversation list loads in reverse order 9 years ago
axolotl_store.js Turn off session logging 9 years ago
background.js Fix getUnread query 9 years ago
chromium.js Fix exception when drawAttention is called too early 9 years ago
components.js Perform components concatenation missed in ec6948 9 years ago
conversation_controller.js Fix conversation list ordering 9 years ago
conversation_panel.js Remove erroneous license file and headers 10 years ago
database.js Track and sync unread messages 9 years ago
debugLog.js Fix minor style errors 9 years ago
emoji_util.js Add title text for emoji in messages. 9 years ago
index.js Log global errors 10 years ago
libaxolotl-worker.js Use a worker to facilitate key generation 10 years ago
libphonenumber-util.js Refactor number parsing and validation 10 years ago
libtextsecure.js Update libaxolotl 9 years ago
notifications.js Clear notification when the last one is removed 9 years ago
options.js Display a message when provisioning socket fails 9 years ago
panel_controller.js Add logging when opening inbox 9 years ago
register.js Fix minor style errors 9 years ago
storage.js Warn if writing to storage too early 9 years ago