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

Move matrix-to.js to utils/permalinks/RoomPermalinkCreator

Just a little bit of refactoring to make the feature of custom prefixes a bit easier.
This commit is contained in:
Travis Ralston
2019-09-30 12:16:46 -06:00
parent 0ce227fc58
commit 64aa6695f5
16 changed files with 19 additions and 19 deletions

View File

@ -36,7 +36,7 @@ import classnames from 'classnames';
import GroupStore from '../../stores/GroupStore';
import FlairStore from '../../stores/FlairStore';
import { showGroupAddRoomDialog } from '../../GroupAddressPicker';
import {makeGroupPermalink, makeUserPermalink} from "../../matrix-to";
import {makeGroupPermalink, makeUserPermalink} from "../../utils/permalinks/RoomPermalinkCreator";
import {Group} from "matrix-js-sdk";
const LONG_DESC_PLACEHOLDER = _td(