1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

remove stale comments

This commit is contained in:
Michael Telatynski
2020-10-22 21:34:48 +01:00
parent 24c4a3876c
commit 12bc3ea9dc

View File

@@ -86,8 +86,6 @@ export default class ModalWidgetDialog extends React.PureComponent<IProps, IStat
} }
public render() { public render() {
// TODO: Don't violate every single security principle
// TODO: DRY - copied from SGWidget
const templated = this.widget.getCompleteUrl({ const templated = this.widget.getCompleteUrl({
currentRoomId: RoomViewStore.getRoomId(), currentRoomId: RoomViewStore.getRoomId(),
currentUserId: MatrixClientPeg.get().getUserId(), currentUserId: MatrixClientPeg.get().getUserId(),