You've already forked matrix-react-sdk
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:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user