Do post-send tasks when resolving conflicts

Fixes #684

// FREEBIE
pull/749/head
lilia 9 years ago
parent 731052ad0a
commit ecf2885a6c

@ -240,7 +240,7 @@
this.handleDataMessage(dataMessage);
}.bind(this));
} else {
promise = promise.then(function() {
promise = this.send(promise).then(function() {
this.removeConflictFor(number);
this.save();
}.bind(this));

Loading…
Cancel
Save