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

Examine all m.direct rooms to find a DM as fallback (#10127)

This commit is contained in:
Michael Weimann
2023-02-13 08:46:53 +01:00
committed by GitHub
parent 1c6b06bb58
commit a6eee32c66
7 changed files with 147 additions and 32 deletions

View File

@ -238,7 +238,7 @@ describe("LegacyCallHandler", () => {
return [];
}
},
} as DMRoomMap;
} as unknown as DMRoomMap;
DMRoomMap.setShared(dmRoomMap);
pstnLookup = null;