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
Silly mistake fixed, spotted by Dave (cheers)
This commit is contained in:
@@ -225,7 +225,7 @@ module.exports = React.createClass({
|
|||||||
// Start multi user chat
|
// Start multi user chat
|
||||||
var self = this;
|
var self = this;
|
||||||
createRoom().then(function(roomId) {
|
createRoom().then(function(roomId) {
|
||||||
return Invite.inviteMultipleToRoom(self.props.roomId, addrs);
|
return Invite.inviteMultipleToRoom(roomId, addrs);
|
||||||
})
|
})
|
||||||
.catch(function(err) {
|
.catch(function(err) {
|
||||||
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||||
|
|||||||
Reference in New Issue
Block a user