1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Add comment

Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
David Baker
2020-12-14 22:52:30 +00:00
committed by GitHub
parent df825792bc
commit 2d36910577

View File

@ -621,7 +621,7 @@ export default class InviteDialog extends React.PureComponent<IInviteDialogProps
return;
}
const createRoomOptions = {inlineErrors: true} as any;
const createRoomOptions = {inlineErrors: true} as any; // XXX: Type out `createRoomOptions`
if (privateShouldBeEncrypted()) {
// Check whether all users have uploaded device keys before.