mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 05:21:22 +02:00
No need to dispatch, just call setMxId
This commit is contained in:
parent
6326a95b39
commit
cfa108a28c
@ -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…
x
Reference in New Issue
Block a user