roolback rocketchat.js

This commit is contained in:
Reinaldo Neto 2022-03-11 13:43:28 -03:00
parent bfdc53a48d
commit 10b49c14c0
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ const RocketChat = {
async e2eFetchMyKeys() {
// RC 0.70.0
const sdk = this.shareSDK || this.sdk;
const result = await sdk.get('e2e.fetchMyKeys');
// snake_case -> camelCase
if (result.success) {