mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
fixup tests / comments
This commit is contained in:
@@ -46,7 +46,6 @@ export function ReactionsAudioRenderer(): ReactNode {
|
||||
// Don't replay old reactions
|
||||
return;
|
||||
}
|
||||
console.log("playing sound", reactionName);
|
||||
if (SoundMap[reactionName]) {
|
||||
audioEngineRef.current.playSound(reactionName);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user