mirror of https://github.com/vector-im/riot-web
parent
3287d51b17
commit
1d629f2557
|
@ -49,7 +49,7 @@ export default class IncomingCallToast extends React.Component<IProps, IState> {
|
|||
};
|
||||
}
|
||||
|
||||
componentDidMount = () => {
|
||||
public componentDidMount = (): void => {
|
||||
CallHandler.sharedInstance().addListener(CallHandlerEvent.SilencedCallsChanged, this.onSilencedCallsChanged);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue