You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
s/then/done/
This commit is contained in:
@@ -279,7 +279,7 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
if (inputs.length == 1) {
|
if (inputs.length == 1) {
|
||||||
// for a single address, we just send the invite
|
// for a single address, we just send the invite
|
||||||
promise.then(() => {
|
promise.done(() => {
|
||||||
this.doInvite(inputs[0]);
|
this.doInvite(inputs[0]);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user