@@ -0,0 +1,4 @@
export function playSound(soundUrl: string): void {
const audio = new Audio(soundUrl);
audio.play();
}
The note is not visible to the blocked user.