mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 18:32:20 +02:00
Silly mistake fixed, spotted by Dave (cheers)
This commit is contained in:
parent
272dd82b9d
commit
890100a5bc
@ -225,7 +225,7 @@ module.exports = React.createClass({
|
||||
// Start multi user chat
|
||||
var self = this;
|
||||
createRoom().then(function(roomId) {
|
||||
return Invite.inviteMultipleToRoom(self.props.roomId, addrs);
|
||||
return Invite.inviteMultipleToRoom(roomId, addrs);
|
||||
})
|
||||
.catch(function(err) {
|
||||
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
|
Loading…
x
Reference in New Issue
Block a user