mirror of https://github.com/vector-im/riot-web
Remove other promise notify
parent
b261c89a63
commit
7cfef04c1f
|
@ -131,7 +131,6 @@ export default class MultiInviter {
|
||||||
this.busy = !fatal;
|
this.busy = !fatal;
|
||||||
|
|
||||||
if (!fatal) {
|
if (!fatal) {
|
||||||
this.deferred.notify(this.completionStates);
|
|
||||||
this._inviteMore(nextIndex + 1);
|
this._inviteMore(nextIndex + 1);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue