mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-12 18:00:19 +03:00
No need to dispatch, just call setMxId
This commit is contained in:
parent
6326a95b39
commit
cfa108a28c
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ module.exports = React.createClass({
|
|||
|
||||
_createChat: function() {
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
dis.dispatch({action: 'view_set_mxid'});
|
||||
this._setMxId();
|
||||
return;
|
||||
}
|
||||
const ChatInviteDialog = sdk.getComponent("dialogs.ChatInviteDialog");
|
||||
|
|
Loading…
Reference in a new issue