Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3337 from matrix-org/jryans/is-token-to-hs
Browse files Browse the repository at this point in the history
Add IS access token callback
  • Loading branch information
jryans committed Aug 23, 2019
2 parents dc0c7e3 + 84e3d33 commit 47ee299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MatrixClientPeg.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import Modal from './Modal';
import {verificationMethods} from 'matrix-js-sdk/lib/crypto';
import MatrixClientBackedSettingsHandler from "./settings/handlers/MatrixClientBackedSettingsHandler";
import * as StorageManager from './utils/StorageManager';
import IdentityAuthClient from './IdentityAuthClient';

interface MatrixClientCreds {
homeserverUrl: string,
Expand Down Expand Up @@ -219,6 +220,7 @@ class MatrixClientPeg {
fallbackICEServerAllowed: !!SettingsStore.getValue('fallbackICEServerAllowed'),
verificationMethods: [verificationMethods.SAS],
unstableClientRelationAggregation: true,
identityServer: new IdentityAuthClient(),
};

this.matrixClient = createMatrixClient(opts);
Expand Down

0 comments on commit 47ee299

Please sign in to comment.