Fixes audio recording

This commit is contained in:
Josh Perez
2023-01-26 11:57:39 -05:00
committed by GitHub
parent 10b0ec12a1
commit 28a295d4e1
4 changed files with 4 additions and 7 deletions

2
ts/window.d.ts vendored
View File

@@ -55,7 +55,6 @@ import type { IPCEventsType } from './util/createIPCEvents';
import type { SignalContextType } from './windows/context';
import type * as Message2 from './types/Message2';
import type { initializeMigrations } from './signal';
import type { WebAudioRecorder } from './WebAudioRecorder';
export { Long } from 'long';
@@ -205,7 +204,6 @@ declare global {
MessageController: MessageController;
SignalProtocolStore: typeof SignalProtocolStore;
WebAPI: WebAPIConnectType;
WebAudioRecorder: typeof WebAudioRecorder;
Whisper: WhisperType;
getSignalProtocolStore: () => SignalProtocolStore;
i18n: LocalizerType;