Fix various TypeScript linting issues
This commit is contained in:
parent
9d124ff09b
commit
9c8682428f
4 changed files with 9 additions and 8 deletions
|
@ -256,7 +256,7 @@ class _MatrixClientPeg implements IMatrixClientPeg {
|
|||
deviceId: creds.deviceId,
|
||||
pickleKey: creds.pickleKey,
|
||||
timelineSupport: true,
|
||||
forceTURN: !SettingsStore.getValue('webRtcAllowPeerToPeer', false),
|
||||
forceTURN: !SettingsStore.getValue('webRtcAllowPeerToPeer'),
|
||||
fallbackICEServerAllowed: !!SettingsStore.getValue('fallbackICEServerAllowed'),
|
||||
verificationMethods: [
|
||||
verificationMethods.SAS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue