Add reciprocate to verification methods

pull/21833/head
Travis Ralston 2020-01-28 11:10:15 +00:00
parent 6a9786e202
commit f4842688f8
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class _MatrixClientPeg {
timelineSupport: true,
forceTURN: !SettingsStore.getValue('webRtcAllowPeerToPeer', false),
fallbackICEServerAllowed: !!SettingsStore.getValue('fallbackICEServerAllowed'),
verificationMethods: [verificationMethods.SAS, verificationMethods.QR_CODE_SHOW],
verificationMethods: [verificationMethods.SAS, verificationMethods.QR_CODE_SHOW, verificationMethods.RECIPROCATE_QR_CODE],
unstableClientRelationAggregation: true,
identityServer: new IdentityAuthClient(),
};