mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Change return type from sending messages
Pass the whole result from the outgoing message callback on to the caller, and preserve the names of the members. // FREEBIE
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
}.bind(this)).catch(function(errors) {
|
||||
this.trigger('done');
|
||||
this.set({sent: true});
|
||||
this.saveErrors(errors);
|
||||
this.saveErrors(result.errors);
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user