Add comment

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
David Baker 2020-12-14 22:52:30 +00:00 committed by GitHub
parent df825792bc
commit 2d36910577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.