VoiceMessages: properly respect user's microphone choice (#2602)

This commit is contained in:
Masterjoona 2024-06-19 21:04:39 +03:00 committed by GitHub
parent e9e789be70
commit 76f6912511
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View file

@ -17,5 +17,7 @@
*/
import { classNameFactory } from "@api/Styles";
import { findStoreLazy } from "@webpack";
export const MediaEngineStore = findStoreLazy("MediaEngineStore");
export const cl = classNameFactory("vc-vmsg-");