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/views
lilia ccfae3c78a Fix bug in identity key conflict edge case
When resolving conflicts, we should not only discard the old key, but
set the new trusted key to the one the user has verified. Previously, we
would end up trusting the first-seen new key, which may not be the one
the user verified.

 // FREEBIE
10 years ago
..
attachment_preview_view.js Rename Whisper.View#attributes 10 years ago
attachment_view.js Remove extraneous listener 10 years ago
confirmation_dialog_view.js Fix 'Delete messages' 10 years ago
conversation_list_item_view.js Default avatar support 10 years ago
conversation_list_view.js Use consistent boiler plate throughout js files 10 years ago
conversation_view.js Maintain bottom-most scroll position when resizing conversation area, once again. 10 years ago
end_session_view.js Nicer looking end-session and group control messages 10 years ago
error_view.js Improve identity key conflict ux 10 years ago
file_input_view.js Support for group sync 10 years ago
group_update_view.js Render leave-group messages correctly 10 years ago
inbox_view.js Reload harder 10 years ago
key_conflict_dialogue_view.js Fix bug in identity key conflict edge case 10 years ago
key_verification_view.js Let key verification view use array buffers 10 years ago
list_view.js List views persist sroll offset by percentage 10 years ago
message_detail_view.js Display the new key for verification after a conflict 10 years ago
message_list_view.js Fix for too eager scrolling to bottom when the scroll isn't actually stick to the bottom before resizing the window 10 years ago
message_view.js Invert pending/sent model 10 years ago
new_conversation_view.js Change default value for active_at 10 years ago
new_group_update_view.js Save outgoing group updates 10 years ago
phone-input-view.js Use view.$ shorthand for scoped jquery searches 10 years ago
recipients_input_view.js Change default value for active_at 10 years ago
toast_view.js Fix bugs with handling large image attachments 10 years ago
whisper_view.js Fix 'Delete messages' 10 years ago
window_controls_view.js Stop hiding inbox instead of closing 10 years ago