Load all inbox convos before rendering
This is a better alternative to the fix in 0434c4b
, which causes
problems when creating a new conversation from entering a phone number.
// FREEBIE
This commit is contained in:
parent
57ac7c4fd7
commit
7fb4d3d8aa
4 changed files with 18 additions and 20 deletions
|
@ -35,9 +35,6 @@
|
|||
// start a background worker for ecc
|
||||
textsecure.protocol_wrapper.startWorker();
|
||||
|
||||
// load the initial set of conversations into memory
|
||||
ConversationController.updateInbox();
|
||||
|
||||
extension.onLaunched(function() {
|
||||
console.log('extension launched');
|
||||
storage.onready(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue