mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
commit
03c93b5f38
@ -243,4 +243,4 @@ matrixLinkify.options = {
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = matrixLinkify;
|
||||
export default matrixLinkify;
|
||||
|
@ -20,7 +20,7 @@ import utils from 'matrix-js-sdk/lib/utils';
|
||||
import SpecPermalinkConstructor, {baseUrl as matrixtoBaseUrl} from "./SpecPermalinkConstructor";
|
||||
import PermalinkConstructor, {PermalinkParts} from "./PermalinkConstructor";
|
||||
import RiotPermalinkConstructor from "./RiotPermalinkConstructor";
|
||||
import * as matrixLinkify from "../../linkify-matrix";
|
||||
import matrixLinkify from "../../linkify-matrix";
|
||||
|
||||
const SdkConfig = require("../../SdkConfig");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user