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:
@@ -18,7 +18,7 @@ import {
|
||||
makeRoomPermalink,
|
||||
makeUserPermalink,
|
||||
RoomPermalinkCreator,
|
||||
} from "../../../src/utils/permalinks/RoomPermalinkCreator";
|
||||
} from "../../../src/utils/permalinks/Permalinks";
|
||||
import * as testUtils from "../../test-utils";
|
||||
|
||||
function mockRoom(roomId, members, serverACL) {
|
||||
|
||||
Reference in New Issue
Block a user