mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Async remove identity
This commit is contained in:
@@ -41,8 +41,7 @@
|
||||
},
|
||||
resolve: function() {
|
||||
new Promise(function(resolve) {
|
||||
this.conversation.resolveConflicts(this.model.number);
|
||||
resolve();
|
||||
this.conversation.resolveConflicts(this.model.number).then(resolve);
|
||||
}.bind(this));
|
||||
this.trigger('resolve');
|
||||
this.remove();
|
||||
|
||||
Reference in New Issue
Block a user