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
64Licensed under the Apache License, Version 2.0 (the "License");
75you may not use this file except in compliance with the License.
@@ -19,7 +17,6 @@ import React, {createRef} from 'react';
1917import classNames from 'classnames' ;
2018import PropTypes from 'prop-types' ;
2119import { _t } from '../../../languageHandler' ;
22- import CallHandler from '../../../CallHandler' ;
2320import { MatrixClientPeg } from '../../../MatrixClientPeg' ;
2421import * as sdk from '../../../index' ;
2522import dis from '../../../dispatcher/dispatcher' ;
@@ -33,11 +30,8 @@ import AccessibleTooltipButton from "../elements/AccessibleTooltipButton";
3330import ReplyPreview from "./ReplyPreview" ;
3431import { UIFeature } from "../../../settings/UIFeature" ;
3532import WidgetStore from "../../../stores/WidgetStore" ;
36- import WidgetUtils from "../../../utils/WidgetUtils" ;
3733import { UPDATE_EVENT } from "../../../stores/AsyncStore" ;
3834import ActiveWidgetStore from "../../../stores/ActiveWidgetStore" ;
39- import { PlaceCallType } from "../../../CallHandler" ;
40- import { CallState } from 'matrix-js-sdk/src/webrtc/call' ;
4135
4236function ComposerAvatar ( props ) {
4337 const MemberStatusMessageAvatar = sdk . getComponent ( 'avatars.MemberStatusMessageAvatar' ) ;
0 commit comments