mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Rename event
'open' seems a better name for an event that triggers the open function.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
this.conversations.fetchActive({reset: true}).then(function() {
|
||||
if (this.conversations.length) {
|
||||
this.conversations.at(0).trigger('render');
|
||||
this.conversations.at(0).trigger('open');
|
||||
}
|
||||
}.bind(this));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user