Add comment
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
df825792bc
commit
2d36910577
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue