1614a6f1b8
processVerifiedMessage checks the current state of the database against the identity key from an incoming verification sync message to determine whether or how to update our local record. When syncing a DEFAULT status and we have no local record, it's a no-op, but we'll log it. When syncing a DEFAULT status and we have non-default record with the same key, mark it as default. When syncing a VERIFIED status and either: 1. we have no key on record, 2. we have have a different key on record, or 3. we have the same key on record, but not verified mark it as verified. Otherwise do nothing. References: https://github.com/WhisperSystems/Signal-Android/blob/master/src/org/thoughtcrime/securesms/util/IdentityUtil.java#L129 // FREEBIE Ensure processVerified resolves |
||
---|---|---|
.. | ||
models | ||
views | ||
background.js | ||
chromium.js | ||
components.js | ||
conversation_controller.js | ||
conversation_panel.js | ||
database.js | ||
debugLog.js | ||
delivery_receipts.js | ||
emoji_util.js | ||
expire.js | ||
expiring_messages.js | ||
index.js | ||
keychange_listener.js | ||
libphonenumber-util.js | ||
libsignal-protocol-worker.js | ||
libtextsecure.js | ||
Mp3LameEncoder.min.js | ||
notifications.js | ||
options.js | ||
panel_controller.js | ||
read_receipts.js | ||
register.js | ||
registration.js | ||
rotate_signed_prekey_listener.js | ||
signal_protocol_store.js | ||
storage.js | ||
wall_clock_listener.js | ||
WebAudioRecorderMp3.js |