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 27fe7e355e Process end session flags in sync messages
Because remote clients will delete all sessions in response to an end
session message, regardless of which device it came from, when our
linked device sends an end session message, we must also end all
sessions with the destination.

This change moves the end session flag processing to processDecrypted,
which is shared between handlers of sent messages, data messages, and
messages which are re-tried after resolving identity conflicts.

// FREEBIE
10 years ago
..
models Fix "Delete Messages" not deleting all messages 10 years ago
views Add timestamp update interval test 10 years ago
axolotl_store.js Clear session store when re-registering 10 years ago
background.js Make debug log persistent 10 years ago
chromium.js Improve implementation of i18n for Install Flow following comments on #611 10 years ago
components.js Update libphonenumber 10 years ago
conversation_controller.js Don't let unreadCount become negative 10 years ago
conversation_panel.js
database.js Fix migrations 10 years ago
debugLog.js Make debug log persistent 10 years ago
index.js Log global errors 10 years ago
libaxolotl-worker.js
libphonenumber-util.js Refactor number parsing and validation 10 years ago
libtextsecure.js Process end session flags in sync messages 10 years ago
notifications.js Silently remove read messages from existing notifications 10 years ago
options.js Improve implementation of i18n for Install Flow following comments on #611 10 years ago
panel_controller.js Log when we draw attention to the window 10 years ago
register.js Fix standalone registration 10 years ago
storage.js