mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
unbreak inviting :(
This commit is contained in:
parent
ec9243d4b0
commit
3bedad69cd
@ -283,7 +283,7 @@ module.exports = React.createClass({
|
||||
if (inputs.length == 1) {
|
||||
// for a single address, we just send the invite
|
||||
promise.done(() => {
|
||||
this.doInvite(inputs[0]);
|
||||
this._doInvite(inputs[0]);
|
||||
});
|
||||
} else {
|
||||
// if there are several, display the confirmation/progress dialog
|
||||
|
Loading…
Reference in New Issue
Block a user