1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
This commit is contained in:
Bruno Windels
2020-01-23 15:59:47 +01:00
parent 7d56ee5084
commit 3faeec4add

View File

@@ -16,7 +16,8 @@ limitations under the License.
import {VerificationRequest, READY_TYPE, START_TYPE, DONE_TYPE} from import {VerificationRequest, READY_TYPE, START_TYPE, DONE_TYPE} from
"../../../../src/crypto/verification/request/VerificationRequest"; "../../../../src/crypto/verification/request/VerificationRequest";
import {InRoomChannel} from "../../../../src/crypto/verification/request/InRoomChannel"; import {InRoomChannel} from "../../../../src/crypto/verification/request/InRoomChannel";
import {ToDeviceChannel} from "../../../../src/crypto/verification/request/ToDeviceChannel"; import {ToDeviceChannel} from
"../../../../src/crypto/verification/request/ToDeviceChannel";
import {MatrixEvent} from "../../../../src/models/event"; import {MatrixEvent} from "../../../../src/models/event";
function makeMockClient(userId, deviceId) { function makeMockClient(userId, deviceId) {