1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

Rename RoomPermalinkCreator -> Permalinks due to scope

The file handles more than just a RoomPermalinkCreator, so we should name it accordingly.
This commit is contained in:
Travis Ralston
2019-09-30 20:39:58 -06:00
parent 6f5ccd4c12
commit fc66e69c02
21 changed files with 20 additions and 20 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 "../../utils/permalinks/RoomPermalinkCreator";
import {makeGroupPermalink, makeUserPermalink} from "../../utils/permalinks/Permalinks";
import {Group} from "matrix-js-sdk";
const LONG_DESC_PLACEHOLDER = _td(