You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Remove default options that shouldn't be part of this PR
This commit is contained in:
@ -15,10 +15,6 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
var DEFAULTS = {
|
var DEFAULTS = {
|
||||||
// URL to a page we show in an iframe to configure integrations
|
|
||||||
integrations_ui_url: "https://scalar.vector.im/",
|
|
||||||
// Base URL to the REST interface of the integrations server
|
|
||||||
integrations_rest_url: "https://scalar.vector.im/api",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class SdkConfig {
|
class SdkConfig {
|
||||||
|
Reference in New Issue
Block a user