From 3853f21f90bf9ae073a0e98e9c295bdf525fc0d5 Mon Sep 17 00:00:00 2001 From: N-Pex Date: Fri, 17 Feb 2023 17:20:26 +0100 Subject: [PATCH] Fix playback bug on first load Also, don't replay our own messages when just sent. --- src/components/AudioLayout.vue | 47 ++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/src/components/AudioLayout.vue b/src/components/AudioLayout.vue index ff47abd..a3f145c 100644 --- a/src/components/AudioLayout.vue +++ b/src/components/AudioLayout.vue @@ -1,5 +1,5 @@