1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +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

@@ -23,7 +23,7 @@ import QueryMatcher from './QueryMatcher';
import {PillCompletion} from './Components';
import sdk from '../index';
import _sortBy from 'lodash/sortBy';
import {makeGroupPermalink} from "../matrix-to";
import {makeGroupPermalink} from "../utils/permalinks/RoomPermalinkCreator";
import type {Completion, SelectionRange} from "./Autocompleter";
import FlairStore from "../stores/FlairStore";