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 67f25214d3 Refactor outgoing identity key conflict handling
saveKeysToDeviceObject is the detector of outgoing identity key errors.
Catch these key errors closer to the source by pulling the
getKeysForNumber into the context of sendMessageToDevices, which lets
it access registerError and the message protobuf.

Previously identity key errors would be uncaught if all existing
sessions with a recipient were closed/deleted, since we would
preemptively fetch the new identity key. The old error handling only
kicked in after a 409/410 response from the server when posting a
message encrypted for a stale session.

// FREEBIE
10 years ago
..
models Mark end session messages sent 10 years ago
views Display the new key for verification after a conflict 10 years ago
axolotl_store.js Remove redundant identity key updates 10 years ago
background.js Reconnect once a minute if internet is down 10 years ago
bimap.js
chromium.js Fix for conversation & inbox windows closing callbacks never called. 10 years ago
components.js 239 Auto-expand message area when typing 10 years ago
conversation_panel.js Apply custom chrome to conversation windows 11 years ago
database.js Turn off idb query logging 10 years ago
index.js
libaxolotl-worker.js
libphonenumber-util.js
libtextsecure.js Refactor outgoing identity key conflict handling 10 years ago
notifications.js
options.js Cleanup 'Too many devices' dialog 10 years ago
panel_controller.js Remove usage of extension.trigger 10 years ago
register.js
storage.js