1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #6132 from matrix-org/travis/ts-mtxcli

Adapt for js-sdk MatrixClient conversion to TS
This commit is contained in:
Travis Ralston
2021-06-04 00:07:22 -06:00
committed by GitHub
16 changed files with 39 additions and 33 deletions

View File

@@ -766,7 +766,7 @@ class VerificationExplorer extends React.PureComponent<IExplorerProps> {
render() {
const cli = this.context;
const room = this.props.room;
const inRoomChannel = cli._crypto._inRoomVerificationRequests;
const inRoomChannel = cli.crypto._inRoomVerificationRequests;
const inRoomRequests = (inRoomChannel._requestsByRoomId || new Map()).get(room.roomId) || new Map();
return (<div>