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 06ff6c3087 Let thread collection double as contacts db
When a thread is 'destroyed' from the UI we delete its messages and mark
the thread as inactive, (in other words, keep it around as contact info).
Additionally, we only load active threads when initializing the UI, and
reactivate threads when new messages are added to them.

Conflicts:
	js/models/messages.js
	js/models/threads.js
	js/views/conversations/show.js
11 years ago
..
models Let thread collection double as contacts db 11 years ago
views Let thread collection double as contacts db 11 years ago
api.js Remove ping, update to latest spec proposal 11 years ago
background.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 12 years ago
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 12 years ago
crypto.js Remove unused function 11 years ago
fake_api.js Add closeSession tests as Alice and fix re-requesting prekeys 11 years ago
helpers.js Fix tests by returning promises 11 years ago
options.js Remove ping, update to latest spec proposal 11 years ago
popup.js Refactor conversation list view 12 years ago
sendmessage.js Add closeSession tests as Alice and fix re-requesting prekeys 11 years ago
test.js Add missing localStorage.clear() 11 years ago
testvectors.js Refactor a bunch of stuff re: session closing, add test cases 11 years ago
webcrypto.js Add human readable version of errors 12 years ago