You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-26 04:01:04 +03:00
It's no longer a onde to one chat dialog, as you can invite multiple people
This commit is contained in:
@ -512,7 +512,7 @@ module.exports = React.createClass({
|
||||
_createChat: function() {
|
||||
var ChatInviteDialog = sdk.getComponent("dialogs.ChatInviteDialog");
|
||||
Modal.createDialog(ChatInviteDialog, {
|
||||
title: "Start a one to one chat",
|
||||
title: "Start a new chat",
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user