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

Switch back to upstream Linkify (#7677)

This commit is contained in:
J. Ryan Stinnett
2022-02-04 17:21:03 +00:00
committed by GitHub
parent 3f789d32c1
commit 7f3f186044
3 changed files with 22 additions and 22 deletions

View File

@@ -15,11 +15,11 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import * as linkifyjs from '@matrix-org/linkifyjs';
import linkifyElement from '@matrix-org/linkify-element';
import linkifyString from '@matrix-org/linkify-string';
import * as linkifyjs from 'linkifyjs';
import { registerCustomProtocol, registerPlugin } from 'linkifyjs';
import linkifyElement from 'linkify-element';
import linkifyString from 'linkify-string';
import { RoomMember } from 'matrix-js-sdk/src/models/room-member';
import { registerCustomProtocol, registerPlugin } from '@matrix-org/linkifyjs';
import { baseUrl } from "./utils/permalinks/MatrixToPermalinkConstructor";
import {