You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
@ -621,7 +621,7 @@ export default class InviteDialog extends React.PureComponent<IInviteDialogProps
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const createRoomOptions = {inlineErrors: true} as any;
|
const createRoomOptions = {inlineErrors: true} as any; // XXX: Type out `createRoomOptions`
|
||||||
|
|
||||||
if (privateShouldBeEncrypted()) {
|
if (privateShouldBeEncrypted()) {
|
||||||
// Check whether all users have uploaded device keys before.
|
// Check whether all users have uploaded device keys before.
|
||||||
|
Reference in New Issue
Block a user