Merge pull request #6220 from matrix-org/t3chguy/ts/5.1

This commit is contained in:
Michael Telatynski
2021-06-24 15:23:59 +01:00
committed by GitHub
7 changed files with 56 additions and 55 deletions
@@ -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>