1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-27 09:46:28 +00:00

VoiceMessages: fix preview being blank

This commit is contained in:
V 2023-11-27 16:05:25 +01:00 committed by Luna
parent ff961b0915
commit bc242b83a3

View file

@ -25,7 +25,7 @@ interface VoiceMessageProps {
src: string; src: string;
waveform: string; waveform: string;
} }
const VoiceMessage = findComponentByCodeLazy<VoiceMessageProps>("waveform:"); const VoiceMessage = findComponentByCodeLazy<VoiceMessageProps>("waveform:", "onVolumeChange");
export type VoicePreviewOptions = { export type VoicePreviewOptions = {
src?: string; src?: string;