2015-06-23 16:41:25 +01:00
|
|
|
/*
|
2024-09-09 14:57:16 +01:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2019-12-19 17:57:50 -07:00
|
|
|
Copyright 2019 The Matrix.org Foundation C.I.C.
|
2024-09-09 14:57:16 +01:00
|
|
|
Copyright 2015, 2016 OpenMarket Ltd
|
2015-06-23 16:41:25 +01:00
|
|
|
|
2025-01-06 11:18:54 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
2024-09-09 14:57:16 +01:00
|
|
|
Please see LICENSE files in the repository root for full details.
|
2015-06-23 16:41:25 +01:00
|
|
|
*/
|
|
|
|
|
|
2021-10-22 17:23:32 -05:00
|
|
|
// Import the js-sdk so the proper `request` object can be set. This does some
|
|
|
|
|
// magic with the browser injection to make all subsequent imports work fine.
|
2022-03-01 20:42:05 +00:00
|
|
|
import "matrix-js-sdk/src/browser-index";
|