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

@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
import dis from '../../../dispatcher';
import {wantsDateSeparator} from '../../../DateUtils';
import {MatrixEvent, MatrixClient} from 'matrix-js-sdk';
import {makeUserPermalink, RoomPermalinkCreator} from "../../../utils/permalinks/RoomPermalinkCreator";
import {makeUserPermalink, RoomPermalinkCreator} from "../../../utils/permalinks/Permalinks";
import SettingsStore from "../../../settings/SettingsStore";
// This component does no cycle detection, simply because the only way to make such a cycle would be to