roolback rocketchat.js
This commit is contained in:
parent
bfdc53a48d
commit
10b49c14c0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue