signal-desktop/js/models
lilia aed5735620 Improve keychange notice reliability/perf
Bind a single listener to keychange events from the storage interface,
which then looks up relevant conversations and adds notices to them,
with tests.

Previously we would need to instantiate a conversation model in order to
start listening to its key change events. In practice this usually
happens at startup but we shouldn't rely on it, and it incurs higher
overhead since it creates a different listener for each conversation.

// FREEBIE
2017-05-09 15:41:41 -07:00
..
blockedNumbers.js Add support for syncing blocked numbers 2016-09-07 13:04:45 -07:00
conversations.js Improve keychange notice reliability/perf 2017-05-09 15:41:41 -07:00
messages.js Namespace global listeners to Whisper 2017-04-12 20:43:16 -07:00