ref(TS) Convert some features to TS (#12454)

This commit is contained in:
Robert Pintilii
2022-10-26 09:59:21 +03:00
committed by GitHub
parent a780051720
commit 6dedc7fb1a
23 changed files with 89 additions and 124 deletions

View File

@@ -18,8 +18,6 @@ import StateListenerRegistry from '../base/redux/StateListenerRegistry';
import { playSound, registerSound, unregisterSound } from '../base/sounds/actions';
import { hideNotification, showNotification } from '../notifications/actions';
import { NOTIFICATION_TIMEOUT_TYPE } from '../notifications/constants';
// eslint-disable-next-line lines-around-comment
// @ts-ignore
import { muteLocal } from '../video-menu/actions.any';
import {
@@ -60,8 +58,6 @@ import {
} from './functions';
import { ASKED_TO_UNMUTE_FILE } from './sounds';
declare const APP: any;
MiddlewareRegistry.register(({ dispatch, getState }) => next => action => {
const { type } = action;
const { conference } = getConferenceState(getState());