Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 855ee06

Browse files
committed
Appease the linter
1 parent 4e27b00 commit 855ee06

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/views/rooms/MessageComposer.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
Copyright 2015, 2016 OpenMarket Ltd
3-
Copyright 2017, 2018 New Vector Ltd
4-
Copyright 2020 The Matrix.org Foundation C.I.C.
2+
Copyright 2015-2018, 2020, 2021 The Matrix.org Foundation C.I.C.
53
64
Licensed under the Apache License, Version 2.0 (the "License");
75
you may not use this file except in compliance with the License.
@@ -19,7 +17,6 @@ import React, {createRef} from 'react';
1917
import classNames from 'classnames';
2018
import PropTypes from 'prop-types';
2119
import { _t } from '../../../languageHandler';
22-
import CallHandler from '../../../CallHandler';
2320
import {MatrixClientPeg} from '../../../MatrixClientPeg';
2421
import * as sdk from '../../../index';
2522
import dis from '../../../dispatcher/dispatcher';
@@ -33,11 +30,8 @@ import AccessibleTooltipButton from "../elements/AccessibleTooltipButton";
3330
import ReplyPreview from "./ReplyPreview";
3431
import {UIFeature} from "../../../settings/UIFeature";
3532
import WidgetStore from "../../../stores/WidgetStore";
36-
import WidgetUtils from "../../../utils/WidgetUtils";
3733
import {UPDATE_EVENT} from "../../../stores/AsyncStore";
3834
import ActiveWidgetStore from "../../../stores/ActiveWidgetStore";
39-
import { PlaceCallType } from "../../../CallHandler";
40-
import { CallState } from 'matrix-js-sdk/src/webrtc/call';
4135

4236
function ComposerAvatar(props) {
4337
const MemberStatusMessageAvatar = sdk.getComponent('avatars.MemberStatusMessageAvatar');

0 commit comments

Comments
 (0)