mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 01:18:19 +01:00
Make conversations open when they are created
This commit is contained in:
@@ -16,6 +16,7 @@ var Whisper = Whisper || {};
|
||||
|
||||
this.listenTo(this.model, 'change', this.render); // auto update
|
||||
this.listenTo(this.model, 'destroy', this.remove); // auto update
|
||||
this.listenTo(this.model, 'render', this.open);
|
||||
},
|
||||
|
||||
open: function(e) {
|
||||
|
||||
Reference in New Issue
Block a user